Struct Polygon
Implements
Inherited Members
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
Syntax
public struct Polygon : IShape
Fields
empty
Declaration
public static Polygon empty
Field Value
Type | Description |
---|---|
Polygon |
isOpenEnded
Declaration
public bool isOpenEnded
Field Value
Type | Description |
---|---|
bool |
points
Declaration
public Vector3[] points
Field Value
Type | Description |
---|---|
Vector3[] |