Enum SceneFile.LoadSceneBy
How to look for the scene.
Namespace: SaveIsEasy
Assembly: SaveIsEasyDLL.dll
Syntax
public enum LoadSceneBy
Fields
Name | Description |
---|---|
SceneBuildIndex | I look for the scene by its Build Index. |
SceneName | I look for the scene by its Name. |
ScenePath | I look for the scene by Path. |