teleportto 3 - eisclimber/ExPresS-XR GitHub Wiki

ForceTeleport.TeleportTo(Vector3,Quaternion,bool)

Method in ForceTeleport

Summary

Teleports the player to the given position and rotation with optional fade.

public void TeleportTo(Vector3 targetPosition, Quaternion targetRotation, bool fade)

Parameters

Name Description
UnityEngine.Vector3 targetPosition Target position.
UnityEngine.Quaternion targetRotation Target rotation.
bool fade With or without fade.
⚠️ **GitHub.com Fallback** ⚠️