Class PersistentRootEditorWrapper
Namespace: Ludiq
Syntax
public abstract class PersistentRootEditorWrapper : UnityEditor.Editor
  Methods
CreateEditor(SerializedObject, PersistentRootEditorWrapper)
Declaration
protected abstract PersistentRootEditor CreateEditor(SerializedObject serializedObject, PersistentRootEditorWrapper wrapper)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SerializedObject | serializedObject | |
| PersistentRootEditorWrapper | wrapper | 
Returns
| Type | Description | 
|---|---|
| PersistentRootEditor | 
OnInspectorGUI()
Declaration
public override sealed void OnInspectorGUI()