Enum VisualServerSingleton.CanvasOccluderPolygonCullMode
enum CanvasOccluderPolygonCullMode
: int { ... }
Enum members
Name | Description |
---|---|
canvasOccluderPolygonCullClockwise
|
Culling of the canvas occluder is clockwise. |
canvasOccluderPolygonCullCounterClockwise
|
Culling of the canvas occluder is counterclockwise. |
canvasOccluderPolygonCullDisabled
|
Culling of the canvas occluder is disabled. |