docs.unity.cn
    Show / Hide Table of Contents

    Interface SyncTree.IObject

    Namespace: Unity.Reflect.Collections
    Syntax
    public interface IObject

    Properties

    Bounds

    Declaration
    Aabb Bounds { get; }
    Property Value
    Type Description
    Aabb

    Depth

    Declaration
    int Depth { get; }
    Property Value
    Type Description
    Int32

    Entry

    Declaration
    DynamicEntry Entry { get; }
    Property Value
    Type Description
    DynamicEntry

    IsHlodInstance

    Declaration
    bool IsHlodInstance { get; }
    Property Value
    Type Description
    Boolean

    IsLoaded

    Declaration
    bool IsLoaded { get; set; }
    Property Value
    Type Description
    Boolean

    IsVisible

    Declaration
    bool IsVisible { get; set; }
    Property Value
    Type Description
    Boolean

    Parent

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

    Priority

    Declaration
    float Priority { get; set; }
    Property Value
    Type Description
    Single

    SyncId

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