Interface IMixedRealityTeleportPointer
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityTeleportPointer : IMixedRealityPointer, IEqualityComparer
Properties
PointerOrientation
The Y orientation of the pointer - used for touchpad rotation and navigation
Declaration
float PointerOrientation { get; }
Property Value
Type | Description |
---|---|
Single |
TeleportHotSpot
The currently active teleport hotspot.
Declaration
IMixedRealityTeleportHotSpot TeleportHotSpot { get; set; }
Property Value
Type | Description |
---|---|
IMixedRealityTeleportHotSpot |
TeleportRequestRaised
True when teleport pointer has raised a request with the teleport manager.
Declaration
bool TeleportRequestRaised { get; }
Property Value
Type | Description |
---|---|
Boolean |