Method | Description | |
---|---|---|
AddToBuild ( ISceneEntity entity ) : bool |
Adds to build.
|
|
Contains ( string scenePath ) : bool |
Determine if the given scenePath exist.
|
|
GenerateJSON ( ) : string |
Generates a JSON representation of the scenes.
|
|
GetAllScenes ( ) : IEnumerator |
Gets all scenes.
|
|
GetBuildScenes ( ) : IEnumerator |
Gets the build scenes.
|
|
GetFavorites ( ) : IEnumerator |
Gets the favorites.
|
|
Refresh ( ) : void |
Refresh this instance.
|
|
RemoveToBuild ( ISceneEntity entity ) : bool |
Removes to build.
|
|
SceneDatabase ( ) : System.Collections.Generic |
Initializes a new instance of the TuxedoBerries.ScenePanel.SceneDatabase class.
|
|
SetAsActive ( string scenePath ) : bool |
Sets as active.
|
|
UpdateEnable ( ISceneEntity entity ) : bool |
Updates the enable.
|
|
UpdateEntity ( ISceneEntity entity ) : bool |
Updates the entity.
|
|
UpdateIndex ( ISceneEntity entity ) : bool |
Updates the index.
|
|
this ( string scenePath ) : ISceneEntity |
Gets the SceneEntity with the specified scenePath.
|
Method | Description | |
---|---|---|
AddBuildData ( ) : void |
Adds the build data.
|
|
GenerateEntity ( string assetPath ) : SceneEntity |
Generates the scene entity based on the asset path.
|
|
GetFromPool ( ) : SceneEntity | ||
RefreshBuildSettings ( ) : void | ||
RefreshDictionary ( ) : void |
Generates the dictionary of scenes.
|
|
ReturnToPool ( SceneEntity entity ) : void |
Returns to pool.
|
|
SortByIndex ( SceneEntity entityA, SceneEntity entityB ) : int |
public AddToBuild ( ISceneEntity entity ) : bool | ||
entity | ISceneEntity | Entity. |
return | bool |
public Contains ( string scenePath ) : bool | ||
scenePath | string | Scene path. |
return | bool |
public RemoveToBuild ( ISceneEntity entity ) : bool | ||
entity | ISceneEntity | Entity. |
return | bool |
public SceneDatabase ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SetAsActive ( string scenePath ) : bool | ||
scenePath | string | Scene path. |
return | bool |
public UpdateEnable ( ISceneEntity entity ) : bool | ||
entity | ISceneEntity | Entity. |
return | bool |
public UpdateEntity ( ISceneEntity entity ) : bool | ||
entity | ISceneEntity | Entity. |
return | bool |
public UpdateIndex ( ISceneEntity entity ) : bool | ||
entity | ISceneEntity | Entity. |
return | bool |
public this ( string scenePath ) : ISceneEntity | ||
scenePath | string | Scene path. |
return | ISceneEntity |