docs.unity3d.com
    目次を表示する/隠す

    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

    Is the environment root expanded

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

    OriginalExpandedTransforms

    Collection of the original expanded transforms

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

    OriginalSelectedTransforms

    Collection of the original selected transforms

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

    QueryRootExpanded

    Is the query root expanded

    Declaration
    public bool QueryRootExpanded { get; }
    Property Value
    Type Description
    Boolean
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)