Class PathComponentEditor<T>
  
Inheritance
System.Object
PathComponentEditor<T>
 
Syntax
public abstract class PathComponentEditor<T> : Editor where T : ScriptablePath
 
Type Parameters
Methods
  
DoEditButton<U>(GUIContent, String)
Declaration
protected void DoEditButton<U>(GUIContent icon, string label)
    where U : PathEditorTool<T>
 
Parameters
| Type | 
Name | 
Description | 
| GUIContent | 
icon | 
 | 
| System.String | 
label | 
 | 
Type Parameters
DoOpenEndedInspector<U>(SerializedProperty)
Declaration
protected void DoOpenEndedInspector<U>(SerializedProperty isOpenEndedProperty)
    where U : PathEditorTool<T>
 
Parameters
| Type | 
Name | 
Description | 
| SerializedProperty | 
isOpenEndedProperty | 
 | 
Type Parameters
DoPathInspector<U>()
Declaration
protected void DoPathInspector<U>()
    where U : PathEditorTool<T>
 
Type Parameters
DoSnappingInspector<U>()
Declaration
protected void DoSnappingInspector<U>()
    where U : PathEditorTool<T>
 
Type Parameters