Show / Hide Table of Contents

    Class SpatialCoordinateLocalizer

    Very simple consumer of ISpatialCoordinate to demonstrate usage.

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

    Fields

    CoordinateRelativePosition

    Declaration
    public Vector3 CoordinateRelativePosition
    Field Value
    Type Description
    Vector3

    CoordinateRelativeRotation

    Declaration
    public Quaternion CoordinateRelativeRotation
    Field Value
    Type Description
    Quaternion

    debugLogging

    Check to enable debug logging.

    Declaration
    public bool debugLogging
    Field Value
    Type Description
    Boolean

    debugVisual

    Game Object to render at spatial coordinate location when showing debug visuals.

    Declaration
    public GameObject debugVisual
    Field Value
    Type Description
    GameObject

    debugVisualScale

    Debug visual scale.

    Declaration
    public float debugVisualScale
    Field Value
    Type Description
    Single

    showDebugVisuals

    Check to show debug visuals.

    Declaration
    public bool showDebugVisuals
    Field Value
    Type Description
    Boolean

    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