Show / Hide Table of Contents

    Class SpatialCoordinateTransformer

    Positions a transform representing a world origin such that a connected peer device's world origin (relative to a shared spatial coordinate) is used as the effective local world origin (as determined by the shared spatial coordinate).

    Inheritance
    Object
    Singleton<SpatialCoordinateTransformer>
    SpatialCoordinateTransformer
    Inherited Members
    Singleton<SpatialCoordinateTransformer>.IsInitialized
    Singleton<SpatialCoordinateTransformer>.Awake()
    Singleton<SpatialCoordinateTransformer>.Instance
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public class SpatialCoordinateTransformer : Singleton<SpatialCoordinateTransformer>

    Properties

    SharedCoordinateOrigin

    Declaration
    public Transform SharedCoordinateOrigin { get; }
    Property Value
    Type Description
    Transform

    Methods

    OnDestroy()

    Declaration
    protected override void OnDestroy()
    Overrides
    Microsoft.MixedReality.SpectatorView.Singleton<Microsoft.MixedReality.SpectatorView.SpatialCoordinateTransformer>.OnDestroy()
    Back to top Generated by DocFX