docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ILocalSpaceDetails

    Local space info data structure for spatial attachment

    Namespace: Unity.Cloud.Collaboration.Models.Abstractions
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public interface ILocalSpaceDetails

    Properties

    CameraPosition

    The representation of a Camera Position (3D).

    Declaration
    [DataMember(Name = "cameraPosition", EmitDefaultValue = true, IsRequired = true)]
    SpatialPosition CameraPosition { get; }
    Property Value
    Type Description
    SpatialPosition

    ParentId

    Reference to local anchor model

    Declaration
    [DataMember(Name = "parentId", EmitDefaultValue = true, IsRequired = true)]
    string ParentId { get; }
    Property Value
    Type Description
    string

    Position

    The representation of a Position (3D).

    Declaration
    [DataMember(Name = "position", EmitDefaultValue = true, IsRequired = true)]
    SpatialPosition Position { get; }
    Property Value
    Type Description
    SpatialPosition
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)