Class ConditionEditor
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Compositor.Editor
Syntax
public class ConditionEditor : EditorWindow
Properties
contentElement
Declaration
protected VisualElement contentElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
elapsedTimeElement
Declaration
protected VisualElement elapsedTimeElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
gameplayPropertyElement
Declaration
protected VisualElement gameplayPropertyElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
groupAndElement
Declaration
protected VisualElement groupAndElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
groupOrElement
Declaration
protected VisualElement groupOrElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
markupElement
Declaration
protected VisualElement markupElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
propertiesElement
Declaration
protected VisualElement propertiesElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
stateTagElement
Declaration
protected VisualElement stateTagElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
surfaceElement
Declaration
protected VisualElement surfaceElement { get; }
Property Value
Type | Description |
---|---|
VisualElement |
Methods
GetShortcutDictionary()
Declaration
protected virtual Dictionary<Event, ShortcutDelegate> GetShortcutDictionary()
Returns
Type | Description |
---|---|
Dictionary<Event, ShortcutDelegate> |
OnDisable()
Declaration
protected void OnDisable()
OnEnable()
Declaration
public void OnEnable()
ShowConditionEditor()
Declaration
[MenuItem("Window/Compositor/Condition Editor")]
public static void ShowConditionEditor()