Click or drag to resize

VisualInstanceLayers Property

The render layer(s) this VisualInstance is drawn on.

This object will only be visible for Cameras whose cull mask includes the render object this VisualInstance is set to.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint Layers { get; set; }

Property Value

Type: UInt32
See Also