VisualServerSingleton.cameraSetCullMask

Sets the cull mask associated with this camera. The cull mask describes which 3D layers are rendered by this camera. Equivalent to Camera.cullMask.

struct VisualServerSingleton
@nogc nothrow
void
cameraSetCullMask
(
in RID camera
,
in long layers
)

Meta