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