RigidbodySynchronizableSetRotation Method

Set the rotation of the rigidbody to new rotation.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public void SetRotation(
	Quaternion rot
)

Parameters

rot  Quaternion
The new rotation for the Rigidbody.

See Also