Class GenericScriptablePathInspector<U, T>
Inheritance
GenericScriptablePathInspector<U, T>
Inherited Members
Editor.MoveNextTarget()
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
Syntax
public class GenericScriptablePathInspector<U, T> : ScriptablePathInspector where U : ScriptableData<T>
Type Parameters
Name | Description |
---|---|
U | |
T |
Methods
DoCustomDataInspector()
Declaration
protected void DoCustomDataInspector()
OnInspectorGUI()
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()