Click or drag to resize

ASL_AutonomousObjectAutonomousIncrementWorldRotation Method

Increments the objects rotation via World Rotation.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AutonomousIncrementWorldRotation(
	Quaternion m_RotationAmount
)

Parameters

m_RotationAmount
Type: Quaternion
The change in rotation.
See Also