Click or drag to resize

StrixMovementSynchronizerTeleport Method

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public void Teleport(
	Vector3 position,
	Vector3 velocity,
	Quaternion rotation
)

Parameters

position
Type: Vector3
velocity
Type: Vector3
rotation
Type: Quaternion
See Also