Method TryLockGPUSceneUpdate
TryLockGPUSceneUpdate(int)
Try to lock the mutex that ensure no update of the gpu scene is done between lock/unlock, returns true if the mutex has been locked, false if it was already locked
Declaration
[HandleProcessCorruptedStateExceptions]
public bool TryLockGPUSceneUpdate(int scene)
Parameters
Type | Name | Description |
---|---|---|
int | scene | Identifier of the GPU scene to try to lock update for |
Returns
Type | Description |
---|---|
bool |