docs.unity3d.com
    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
    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