docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SpatialConditionInspector

    Inspector for a spatial condition that can be drawn in a component list editor.

    Inheritance
    object
    ComponentInspector
    ConditionBaseInspector
    SpatialConditionInspector
    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.OnConditionInspectorGUI()
    ConditionBaseInspector.UpdateHandleMode()
    ConditionBaseInspector.OnSceneGUI()
    ConditionBaseInspector.OnConditionSceneGUI()
    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(bool)
    ComponentInspector.GetDisplayTitle()
    ComponentInspector.GetToolTip()
    ComponentInspector.HasDisplayProperties()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.MARS
    Assembly: Unity.MARS.Editor.dll
    Syntax
    [MovedFrom("Unity.MARS")]
    public abstract class SpatialConditionInspector : ConditionBaseInspector

    Properties

    condition

    Condition object for the inspected condition

    Declaration
    protected Condition condition { get; }
    Property Value
    Type Description
    Condition

    Methods

    OnEnable()

    This method is called when the object is created. Called after Init.

    Declaration
    public override void OnEnable()
    Overrides
    ConditionBaseInspector.OnEnable()
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)