Class ScriptablePathInspector
Inheritance
System.Object
ScriptablePathInspector
Namespace: UnityEditor.U2D.Path
Syntax
public class ScriptablePathInspector : Editor
Properties
paths
Declaration
protected List<ScriptablePath> paths { get; }
Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ScriptablePath> | 
Methods
DoPositionInspector()
Declaration
protected void DoPositionInspector()
DoTangentModeInspector()
Declaration
protected void DoTangentModeInspector()
IsAnyPointSelected()
Declaration
protected bool IsAnyPointSelected()
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()