Click or drag to resize

GeometryInstanceFlags Enumeration

[Missing <summary> documentation for "T:Godot.GeometryInstance.Flags"]

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

Will allow the GeometryInstance to be used when baking lights using a GIProbe or BakedLightmap.

DrawNextFrameIfVisible1

Unused in this class, exposed for consistency with VisualServerInstanceFlags.

Max2

Represents the size of the GeometryInstanceFlags enum.

See Also