docs.unity3d.com
    Show / Hide Table of Contents

    Class RelationInspector

    Inheritance
    Object
    ComponentInspector
    ConditionBaseInspector
    RelationInspector
    Inherited Members
    ConditionBaseInspector.k_UnboundedLabel
    ConditionBaseInspector.k_NoMinOrMaxWarning
    ConditionBaseInspector.k_SmallMinMaxRangeWarning
    ConditionBaseInspector.k_ButtonLabel
    ConditionBaseInspector.k_ButtonTooltip
    ConditionBaseInspector.m_HandleMode
    ConditionBaseInspector.conditionBase
    ConditionBaseInspector.targetTransform
    ConditionBaseInspector.entity
    ConditionBaseInspector.OnInspectorGUI()
    ConditionBaseInspector.UpdateHandleMode()
    ConditionBaseInspector.OnSceneGUI()
    ComponentInspector.target
    ComponentInspector.serializedObject
    ComponentInspector.baseProperty
    ComponentInspector.activeProperty
    ComponentInspector.isDirty
    ComponentInspector.Repaint()
    ComponentInspector.CleanUp()
    ComponentInspector.EditorInspector
    ComponentInspector.Init(Object, Editor)
    ComponentInspector.OnDisable()
    ComponentInspector.OnInternalInspectorGUI()
    ComponentInspector.DrawDefaultInspector()
    ComponentInspector.GetParameters(Boolean)
    ComponentInspector.GetDisplayTitle()
    ComponentInspector.GetToolTip()
    ComponentInspector.HasDisplayProperties()
    Namespace: UnityEditor.MARS
    Syntax
    [MovedFrom("Unity.MARS")]
    public abstract class RelationInspector : ConditionBaseInspector

    Fields

    k_ChildNames

    Declaration
    protected static readonly List<GUIContent> k_ChildNames
    Field Value
    Type Description
    List<GUIContent>

    k_ChildObjects

    Declaration
    protected static readonly List<Proxy> k_ChildObjects
    Field Value
    Type Description
    List<Proxy>

    m_Child1Property

    Declaration
    protected SerializedProperty m_Child1Property
    Field Value
    Type Description
    SerializedProperty

    m_Child2Property

    Declaration
    protected SerializedProperty m_Child2Property
    Field Value
    Type Description
    SerializedProperty

    Properties

    child1Content

    Declaration
    protected virtual GUIContent child1Content { get; }
    Property Value
    Type Description
    GUIContent

    child1Transform

    Declaration
    protected Transform child1Transform { get; }
    Property Value
    Type Description
    Transform

    child2Content

    Declaration
    protected virtual GUIContent child2Content { get; }
    Property Value
    Type Description
    GUIContent

    child2Transform

    Declaration
    protected Transform child2Transform { get; }
    Property Value
    Type Description
    Transform

    proxyGroup

    Declaration
    protected ProxyGroup proxyGroup { get; }
    Property Value
    Type Description
    ProxyGroup

    relation

    Declaration
    protected RelationBase relation { get; }
    Property Value
    Type Description
    RelationBase

    Methods

    DrawChildOptions()

    Declaration
    protected bool DrawChildOptions()
    Returns
    Type Description
    Boolean

    OnConditionInspectorGUI()

    Declaration
    protected override void OnConditionInspectorGUI()
    Overrides
    ConditionBaseInspector.OnConditionInspectorGUI()

    OnConditionSceneGUI()

    Declaration
    protected override void OnConditionSceneGUI()
    Overrides
    ConditionBaseInspector.OnConditionSceneGUI()

    OnEnable()

    Declaration
    public override void OnEnable()
    Overrides
    ConditionBaseInspector.OnEnable()

    RefreshChildren()

    Declaration
    protected void RefreshChildren()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023