Enum ShadowShape2D.WindingOrder
Used when calling SetShape to describe the winding direction of the supplied geometry
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum WindingOrder
Fields
| Name | Description | Value |
|---|---|---|
| Clockwise | Describes an index array where all polygons have vertices in a clockwise order |
0 |
| CounterClockwise | Describes an index array where all polygons have vertices in a counterclockwise order |
1 |