Namespace UnityEngine.XR.Interaction.Toolkit.Locomotion.Teleportation
Classes
FurthestTeleportationAnchorFilter
Filter for a TeleportationMultiAnchorVolume that designates the anchor furthest from the user as the teleportation destination. Distance calculation uses the camera position projected onto the XZ plane of the XR Origin.
GazeTeleportationAnchorFilter
Filter for a TeleportationMultiAnchorVolume that designates the anchor most aligned with the camera forward direction, optionally weighted by distance from the user, as the teleportation destination. Distance calculation uses the camera position projected onto the XZ plane of the XR Origin.
TeleportVolumeDestinationSettings
Settings for evaluating the destination anchor for a TeleportationMultiAnchorVolume.
TeleportVolumeDestinationSettingsDatum
ScriptableObject container class that holds a TeleportVolumeDestinationSettings value.
TeleportVolumeDestinationSettingsDatumProperty
Serializable container class that holds a TeleportVolumeDestinationSettings value or a container asset reference.
TeleportationMultiAnchorVolume
An interactable that teleports the user to a specific position and/or rotation defined by one of several anchors. The volume designates a destination anchor upon first hover based on a ITeleportationVolumeAnchorFilter.
Interfaces
ITeleportationVolumeAnchorFilter
Interface for filtering a list of anchors for a TeleportationMultiAnchorVolume to designate one as the destination anchor.