getLightShadowPriority
getLightShadowPriority
Description
Gets shadow priority (float value) for the given shadow light. Higher value means higher priority (will be picked before lower priority lights when too many shadows are on the screen).
Definition
getLightShadowPriority(entityId lightId)
Arguments
| entityId | lightId | id of the light source |
|---|
Return Values
| float | shadowPriority | shadow priority value of the light source |
|---|