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)
Syntaxpublic void Teleport(
Vector3 position,
Quaternion rotation
)
Request Example
View SourceParameters
- position
- Type: Vector3
The position to teleport to - rotation
- Type: Quaternion
The rotation to teleport to
See Also