Class PersistentRootEditor
Inheritance
PersistentRootEditor
Namespace: Ludiq
Syntax
public abstract class PersistentRootEditor : IDisposable
Constructors
PersistentRootEditor(SerializedObject, Editor)
Declaration
protected PersistentRootEditor(SerializedObject serializedObject, Editor rootEditor)
Parameters
Properties
rootEditor
Declaration
public Editor rootEditor { get; }
Property Value
serializedObject
Declaration
public SerializedObject serializedObject { get; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
OnGUI()
Declaration
public abstract void OnGUI()
Extension Methods