Click or drag to resize

ASL_AutonomousObjectHandlerIncrementWorldRotation Method (Int32, Quaternion)

If caller is the owner of the object indicated by index, rotates the object incrementally via World Rotation.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void IncrementWorldRotation(
	int index,
	Quaternion m_RotationAmount
)

Parameters

index
Type: SystemInt32
Index of the ASL_AutonomousObject being transformed.
m_RotationAmount
Type: Quaternion
The incremental amount that the object should be rotated.
See Also