Enum RenderingDevice.PolygonFrontFace
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingDevice.PolygonFrontFace : long
Fields
Clockwise = 0
Clockwise winding order to determine which face of a polygon is its front face.
CounterClockwise = 1
Counter-clockwise winding order to determine which face of a polygon is its front face.