Function VisualInstance.layers
The render layer(s) this VisualInstance
is drawn on.
This object will only be visible for Camera
s whose cull mask includes the render object this VisualInstance
is set to.
long layers() nothrow @property @nogc;
void layers
(
long v
) nothrow @property @nogc;