Interface IEditablePath
Inherited Members
Namespace: UnityEditor.U2D.Path
Assembly: solution.dll
Syntax
public interface IEditablePath : ISelectable<Vector3>
Properties
| Name | Description |
|---|---|
| forward | |
| isOpenEnded | |
| localToWorldMatrix | |
| pointCount | |
| right | |
| selection | |
| shapeType | |
| undoObject | |
| up |
Methods
| Name | Description |
|---|---|
| AddPoint(ControlPoint) | |
| Clear() | |
| GetPoint(int) | |
| InsertPoint(int, ControlPoint) | |
| RemovePoint(int) | |
| SetPoint(int, ControlPoint) |