VisualServerSingleton.instanceSetLayerMask

Sets the render layers that this instance will be drawn to. Equivalent to VisualInstance.layers.

struct VisualServerSingleton
@nogc nothrow
void
instanceSetLayerMask
(
in RID instance
,
in long mask
)

Meta