teleportto 3 - eisclimber/ExPresS-XR GitHub Wiki
Method in ForceTeleport
Teleports the player to the given position and rotation with optional fade.
public void TeleportTo(Vector3 targetPosition, Quaternion targetRotation, bool fade)| Name | Description |
|---|---|
UnityEngine.Vector3 targetPosition |
Target position. |
UnityEngine.Quaternion targetRotation |
Target rotation. |
bool fade |
With or without fade. |