Enum RenderingServer.CanvasOccluderPolygonCullMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.CanvasOccluderPolygonCullMode : long
Fields
Clockwise = 1Culling of the canvas occluder is clockwise.
CounterClockwise = 2Culling of the canvas occluder is counterclockwise.
Disabled = 0Culling of the canvas occluder is disabled.