docs.unity.cn
    Show / Hide Table of Contents

    Class SyncTree.Object

    Inheritance
    Object
    SyncTree.Object
    SyncTree.Node
    Namespace: Unity.Reflect.Collections
    Syntax
    public class Object : SyncTree.IObject

    Constructors

    Object(DynamicEntry)

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

    Properties

    Bounds

    Declaration
    public Aabb Bounds { get; }
    Property Value
    Type Description
    Aabb
    Implements
    SyncTree.IObject.Bounds

    Depth

    Declaration
    public int Depth { get; }
    Property Value
    Type Description
    Int32
    Implements
    SyncTree.IObject.Depth

    Entry

    Declaration
    public DynamicEntry Entry { get; }
    Property Value
    Type Description
    DynamicEntry
    Implements
    SyncTree.IObject.Entry

    IsHlodInstance

    Declaration
    public bool IsHlodInstance { get; }
    Property Value
    Type Description
    Boolean
    Implements
    SyncTree.IObject.IsHlodInstance

    IsLoaded

    Declaration
    public virtual bool IsLoaded { get; set; }
    Property Value
    Type Description
    Boolean
    Implements
    SyncTree.IObject.IsLoaded

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    Boolean
    Implements
    SyncTree.IObject.IsVisible

    Parent

    Declaration
    public SyncTree.Node Parent { get; set; }
    Property Value
    Type Description
    SyncTree.Node
    Implements
    SyncTree.IObject.Parent

    Priority

    Declaration
    public float Priority { get; set; }
    Property Value
    Type Description
    Single
    Implements
    SyncTree.IObject.Priority

    SyncId

    Declaration
    public SyncId SyncId { get; }
    Property Value
    Type Description
    SyncId
    Implements
    SyncTree.IObject.SyncId
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use