Enum ShadowShape2D.WindingOrder
Used when calling SetShape to describe the winding direction of the supplied geometry
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum ShadowShape2D.WindingOrder
필드
이름 | 설명 |
---|---|
Clockwise | Describes an index array where all polygons have vertices in a clockwise order |
CounterClockwise | Describes an index array where all polygons have vertices in a counterclockwise order |