Enum VisualServerSingleton.CanvasOccluderPolygonCullMode

enum CanvasOccluderPolygonCullMode : int { ... }

Enum members

NameDescription
canvasOccluderPolygonCullClockwise Culling of the canvas occluder is clockwise.
canvasOccluderPolygonCullCounterClockwise Culling of the canvas occluder is counterclockwise.
canvasOccluderPolygonCullDisabled Culling of the canvas occluder is disabled.