VisualServerSingleton.lightSetCullMask

Sets the cull mask for this Light. Lights only affect objects in the selected layers. Equivalent to Light.lightCullMask.

struct VisualServerSingleton
@nogc nothrow
void
lightSetCullMask
(
in RID light
,
in long mask
)

Meta