Class PathEditor
Inherited Members
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
Syntax
public class PathEditor
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 |
---|---|
bool |
Methods
OnGUI()
Declaration
public void OnGUI()