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