Interface IShape
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
Syntax
public interface IShape
Properties
isOpenEnded
Declaration
bool isOpenEnded { get; }
Property Value
Type | Description |
---|---|
bool |
type
Declaration
ShapeType type { get; }
Property Value
Type | Description |
---|---|
ShapeType |
Methods
ToControlPoints()
Declaration
ControlPoint[] ToControlPoints()
Returns
Type | Description |
---|---|
ControlPoint[] |