Class PathEditor
Inheritance
System.Object
PathEditor
Syntax
Constructors
PathEditor()
Declaration
PathEditor(GUISystem)
Declaration
public PathEditor(GUISystem guiSystem)
Parameters
Properties
controller
Declaration
public IEditablePathController controller { get; set; }
Property Value
drawerOverride
Declaration
public IDrawer drawerOverride { get; set; }
Property Value
linearTangentIsZero
Declaration
public bool linearTangentIsZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
OnGUI()
Declaration