Class LudiqRootObjectEditor
Inherited Members
UnityEditor.Editor.Cleanup()
UnityEditor.Editor.MoveNextTarget()
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Ludiq
Syntax
public abstract class LudiqRootObjectEditor : PersistentRootEditorWrapper, IPreviewable, IToolModeOwner
Properties
layout
Declaration
protected virtual EditorLayout layout { get; }
Property Value
Type | Description |
---|---|
EditorLayout |
Methods
CreateEditor(SerializedObject, PersistentRootEditorWrapper)
Declaration
protected override PersistentRootEditor CreateEditor(SerializedObject serializedObject, PersistentRootEditorWrapper wrapper)
Parameters
Type | Name | Description |
---|---|---|
SerializedObject | serializedObject | |
PersistentRootEditorWrapper | wrapper |
Returns
Type | Description |
---|---|
PersistentRootEditor |