Enum SortMethod
Describes methods of sorting points in 2d space.
Namespace: UnityEngine.ProBuilder
Assembly: Unity.ProBuilder.dll
Syntax
public enum SortMethod
Fields
Name | Description |
---|---|
Clockwise | Order the vertices clockwise. |
CounterClockwise | Order the vertices counter-clockwise. |