Enum ShadowShape2D.OutlineTopology
Used when calling SetShape to describe the supplied indicies
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum ShadowShape2D.OutlineTopology
필드
이름 | 설명 |
---|---|
Lines | Describes an index array where a set of two consecutive points describes a line segment. |
Triangles | Describes an index array where a set of three consecutive points describes a triangle. |