Class EditablePath
Syntax
[Serializable]
public class EditablePath : IEditablePath, ISelectable<Vector3>
Properties
forward
Declaration
public Vector3 forward { get; set; }
Property Value
Implements
isOpenEnded
Declaration
public bool isOpenEnded { get; set; }
Property Value
Implements
localToWorldMatrix
Declaration
public Matrix4x4 localToWorldMatrix { get; set; }
Property Value
Implements
pointCount
Declaration
public int pointCount { get; }
Property Value
Implements
right
Declaration
public Vector3 right { get; set; }
Property Value
Implements
selection
Declaration
public ISelection<int> selection { get; }
Property Value
Implements
shapeType
Declaration
public ShapeType shapeType { get; set; }
Property Value
Implements
undoObject
Declaration
public IUndoObject undoObject { get; set; }
Property Value
Implements
up
Declaration
public Vector3 up { get; set; }
Property Value
Implements
worldToLocalMatrix
Declaration
public Matrix4x4 worldToLocalMatrix { get; }
Property Value
Methods
AddPoint(ControlPoint)
Declaration
public void AddPoint(ControlPoint controlPoint)
Parameters
Implements
Clear()
Declaration
Implements
GetPoint(Int32)
Declaration
public ControlPoint GetPoint(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Implements
InsertPoint(Int32, ControlPoint)
Declaration
public void InsertPoint(int index, ControlPoint controlPoint)
Parameters
Implements
RemovePoint(Int32)
Declaration
public void RemovePoint(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Implements
Select(ISelector<Vector3>)
Declaration
public bool Select(ISelector<Vector3> selector)
Parameters
Returns
Implements
SetPoint(Int32, ControlPoint)
Declaration
public void SetPoint(int index, ControlPoint controlPoint)
Parameters
Implements
Extension Methods