Click or drag to resize

NetworkedTransformTeleport Method

[This is preliminary documentation and is subject to change.]

Teleports the transform to the given position and rotation

Namespace:  MLAPI.Prototyping
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Teleport(
	Vector3 position,
	Quaternion rotation
)
Request Example View Source

Parameters

position
Type: Vector3
The position to teleport to
rotation
Type: Quaternion
The rotation to teleport to
See Also