Class PathEditor
Namespace: UnityEditor.U2D.Path
Syntax
public class PathEditor : object
Constructors
PathEditor()
Declaration
public PathEditor()
PathEditor(GUISystem)
Declaration
public PathEditor(GUISystem guiSystem)
Parameters
| Type | Name | Description |
|---|---|---|
| GUISystem | guiSystem |
Properties
controller
Declaration
public IEditablePathController controller { get; set; }
Property Value
| Type | Description |
|---|---|
| IEditablePathController |
drawerOverride
Declaration
public IDrawer drawerOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| IDrawer |
linearTangentIsZero
Declaration
public bool linearTangentIsZero { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
OnGUI()
Declaration
public void OnGUI()