SetLightShadowDetails
DocsSetLightShadowDetails(shadowFlags, shadowDistance, shadowFade, shadowDepthBiasScale)Description
Set the shadow details for a created light.
Parameters
| Name | Type | Description |
|---|---|---|
shadowFlags | int | Flags controlling shadow behavior |
shadowDistance | float | The distance at which shadows are rendered |
shadowFade | float | The fade distance for shadows |
shadowDepthBiasScale | float | The depth bias scale |
Returns
voidThis native does not return a value.