OccluderPolygon2DCullModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.OccluderPolygon2D.CullModeEnum"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
Members
| Member name | Value | Description |
---|
| Disabled | 0 | Culling is disabled. See CullMode. |
| Clockwise | 1 | Culling is performed in the clockwise direction. See CullMode. |
| CounterClockwise | 2 | Culling is performed in the counterclockwise direction. See CullMode. |
See Also