docs.unity.cn
    Show / Hide Table of Contents

    Interface ISpatialObject

    Namespace: Unity.Reflect.Collections
    Syntax
    public interface ISpatialObject : IDisposable

    Properties

    Center

    Declaration
    Vector3 Center { get; }
    Property Value
    Type Description
    Vector3

    Id

    Declaration
    Guid Id { get; }
    Property Value
    Type Description
    Guid

    IsVisible

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

    LoadedObject

    Declaration
    GameObject LoadedObject { get; set; }
    Property Value
    Type Description
    GameObject

    Max

    Declaration
    Vector3 Max { get; }
    Property Value
    Type Description
    Vector3

    Min

    Declaration
    Vector3 Min { get; }
    Property Value
    Type Description
    Vector3

    Priority

    Declaration
    float Priority { get; set; }
    Property Value
    Type Description
    Single
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021