Click or drag to resize

VisualServerCanvasOccluderPolygonCullMode Enumeration

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

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

Culling of the canvas occluder is disabled.

Clockwise1

Culling of the canvas occluder is clockwise.

CounterClockwise2

Culling of the canvas occluder is counterclockwise.

See Also