Class SubSceneLoader
Inheritance
SubSceneLoader
Syntax
public class SubSceneLoader : IDisposable
Constructors
SubSceneLoader(String, String)
Declaration
public SubSceneLoader(string sceneFolder, string sceneName)
Parameters
Properties
editingScene
Declaration
public Scene editingScene { get; }
Property Value
subSceneComponent
Declaration
public SubScene subSceneComponent { get; }
Property Value
Methods
CloseAndDestroySubScene()
Declaration
public void CloseAndDestroySubScene()
CreateSubSceneComponentAndOpen()
Declaration
public bool CreateSubSceneComponentAndOpen()
Returns
Dispose()
Declaration