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