docs.unity3d.com
    Show / Hide Table of Contents

    Class HierarchyState

    Custom tree view state that holds extra information about expanded rows for simulated data. This saves the expanded state of rows that will have a different ID after the simulation is recreated

    Inheritance
    Object
    HierarchyState
    Namespace: UnityEditor.MARS.Simulation
    Syntax
    [Serializable]
    [MovedFrom("Unity.MARS")]
    public class HierarchyState

    Properties

    EnvironmentRootExpanded

    Declaration
    public bool EnvironmentRootExpanded { get; }
    Property Value
    Type Description
    Boolean

    OriginalExpandedTransforms

    Declaration
    public List<Transform> OriginalExpandedTransforms { get; }
    Property Value
    Type Description
    List<Transform>

    OriginalSelectedTransforms

    Declaration
    public List<Transform> OriginalSelectedTransforms { get; }
    Property Value
    Type Description
    List<Transform>

    QueryRootExpanded

    Declaration
    public bool QueryRootExpanded { get; }
    Property Value
    Type Description
    Boolean
    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