VisualServerCanvasOccluderPolygonCullMode Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.CanvasOccluderPolygonCullMode"]
Namespace: Godot
public enum CanvasOccluderPolygonCullMode
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Culling of the canvas occluder is disabled. | |
Clockwise | 1 | Culling of the canvas occluder is clockwise. | |
CounterClockwise | 2 | Culling of the canvas occluder is counterclockwise. |