Class ScriptablePathInspector
Inheritance
ScriptablePathInspector
Inherited Members
Editor.MoveNextTarget()
Assembly: Unity.2D.Path.Editor.dll
Syntax
[CanEditMultipleObjects]
[CustomEditor(typeof(ScriptablePath), true)]
public class ScriptablePathInspector : Editor
Properties
paths
Declaration
protected List<ScriptablePath> paths { get; }
Property Value
Methods
DoPositionInspector()
Declaration
protected void DoPositionInspector()
DoTangentModeInspector()
Declaration
protected void DoTangentModeInspector()
IsAnyPointSelected()
Declaration
protected bool IsAnyPointSelected()
Returns
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides