Click or drag to resize

ASL_UserObjectSetWorldRotation Method

Sets the rotation of the object via World Rotation.

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

Parameters

worldRotation
Type: Quaternion
The desired rotation of the object.
See Also