Method GetLoadableSceneId
GetLoadableSceneId(int)
Gets a LoadableSceneId by its integer index with O(1) lookup.
Declaration
public LoadableSceneId GetLoadableSceneId(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The integer index returned by AddScene(). |
Returns
| Type | Description |
|---|---|
| LoadableSceneId | The LoadableSceneId. |