CreateScene

    /// <summary>
    /// 创建一个场景, 成功则返回场景对象, 创建失败则返回null
    /// </summary>
    /// <param name="sceneID"></param>
    /// <returns></returns>
    public Scene CreateScene(string sceneID)
    {
        return CreateScene(sceneID, new Scene());
    }

最后更新于

这有帮助吗?