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