Class MultipleEditablePathController
Inheritance
MultipleEditablePathController
Assembly: solution.dll
Syntax
public class MultipleEditablePathController : IEditablePathController
Properties
Methods
Name |
Description |
AddClosestPath(float)
|
|
AddPath(IEditablePath)
|
|
ClearClosestPath()
|
|
ClearPaths()
|
|
ClearSelection()
|
|
CreatePoint(int, Vector3)
|
|
MoveEdge(int, Vector3)
|
|
MoveSelectedPoints(Vector3)
|
|
RegisterUndo(string)
|
|
RemovePath(IEditablePath)
|
|
RemoveSelectedPoints()
|
|
SelectPoint(int, bool)
|
|
SetLeftTangent(int, Vector3, bool, bool, Vector3, TangentMode)
|
|
SetRightTangent(int, Vector3, bool, bool, Vector3, TangentMode)
|
|