Method GetSceneGUID
GetSceneGUID(ref SystemState, string)
Get the guid for a scene path or name. This is a slow method - it is best to use the guid directly.
Declaration
public static Hash128 GetSceneGUID(ref SystemState state, string scenePath)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state | The entity system state. |
string | scenePath | The scene path or name. |
Returns
Type | Description |
---|---|
Hash128 | True if the scene guid exists. |