Click or drag to resize

VisualServerInstanceFlags Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.InstanceFlags"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum InstanceFlags
Members
  Member nameValueDescription
UseBakedLight0

Allows the instance to be used in baked lighting.

DrawNextFrameIfVisible1

When set, manually requests to draw geometry on next frame.

Max2

Represents the size of the VisualServerInstanceFlags enum.

See Also