Enum ShadowShape2D.OutlineTopology
Used when calling SetShape to describe the supplied indicies
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum OutlineTopology
Fields
Name | Description | Value |
---|---|---|
Lines | Describes an index array where a set of two consecutive points describes a line segment. |
0 |
Triangles | Describes an index array where a set of three consecutive points describes a triangle. |
1 |