Show / Hide Table of Contents

    Class SpatialCoordinateRelativeLocalizer

    Very simple consumer of ISpatialCoordinate to demonstrate usage.

    Inheritance
    Object
    SpatialCoordinateRelativeLocalizer
    Namespace: Microsoft.MixedReality.SpatialAlignment
    Assembly: cs.temp.dll.dll
    Syntax
    public class SpatialCoordinateRelativeLocalizer : MonoBehaviour

    Properties

    Coordinate

    The coordinate to use for position the targetRoot.

    Declaration
    public ISpatialCoordinate Coordinate { get; set; }
    Property Value
    Type Description
    ISpatialCoordinate
    Back to top Generated by DocFX