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