getLightCastingShadowMap
getLightCastingShadowMap
Description
Returns whether the light source casts a shadow or not. If the light does cast a shadow, it also returns the shadow map resolution.
Definition
getLightCastingShadowMap(entityId lightId)
Arguments
| entityId | lightId | lightId |
|---|
Return Values
| boolean | doesCastShadowMap | doesCastShadowMap |
|---|---|---|
| integer | depthMapResolution | depthMapResolution |