ParaPlayer.Teleport

Declaration

public void Teleport(Vector3 position)

public void Teleport(Vector3 position, Quaternion rotation)

Parameter

positionThe location where the character is to be teleported to.
rotationThe direction in which the character is to be teleported. The default value is the current direction the character is facing.

Description

Teleports a character. This method is only valid for local players.