docs.unity3d.com
    Show / Hide Table of Contents

    Class SyncTree.Node

    Inheritance
    Object
    SyncTree.Object
    SyncTree.Node
    Inherited Members
    SyncTree.Object.Priority
    SyncTree.Object.Entry
    SyncTree.Object.Bounds
    SyncTree.Object.SyncId
    SyncTree.Object.Parent
    SyncTree.Object.IsVisible
    SyncTree.Object.IsHlodInstance
    SyncTree.Object.Depth
    Namespace: Unity.Reflect.Collections
    Syntax
    public class Node : SyncTree.Object, SyncTree.IObject

    Constructors

    Node(DynamicEntry)

    Declaration
    public Node(DynamicEntry entry)
    Parameters
    Type Name Description
    DynamicEntry entry

    Fields

    ChildNodes

    Declaration
    public readonly List<SyncTree.Node> ChildNodes
    Field Value
    Type Description
    List<SyncTree.Node>

    Hlods

    Declaration
    public readonly List<SyncTree.Object> Hlods
    Field Value
    Type Description
    List<SyncTree.Object>

    Objects

    Declaration
    public readonly List<SyncTree.Object> Objects
    Field Value
    Type Description
    List<SyncTree.Object>

    ShouldExpand

    Declaration
    public bool ShouldExpand
    Field Value
    Type Description
    Boolean

    SyncNode

    Declaration
    public SyncNode SyncNode
    Field Value
    Type Description
    SyncNode

    Properties

    AreChildNodeEntriesCreated

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

    AreChildNodesLoaded

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

    AreHlodEntriesCreated

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

    AreHlodsLoaded

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

    AreObjectEntriesCreated

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

    AreObjectsLoaded

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

    GeometricError

    Declaration
    public float GeometricError { get; }
    Property Value
    Type Description
    Single

    HasChildNodes

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

    HasHlods

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

    HasObjects

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

    IsLoaded

    Declaration
    public override bool IsLoaded { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    SyncTree.Object.IsLoaded

    TightBounds

    Declaration
    public Aabb TightBounds { get; }
    Property Value
    Type Description
    Aabb

    Methods

    CanExpand(HlodMode)

    Declaration
    public bool CanExpand(HlodMode delayMode)
    Parameters
    Type Name Description
    HlodMode delayMode
    Returns
    Type Description
    Boolean

    SetVisibleRecursive(Boolean)

    Declaration
    public void SetVisibleRecursive(bool isVisible)
    Parameters
    Type Name Description
    Boolean isVisible
    Back to top
    Terms of use
    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