| 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
)
Public Sub SetWorldRotation (
worldRotation As Quaternion
)
public:
void SetWorldRotation(
Quaternion worldRotation
)
member SetWorldRotation :
worldRotation : Quaternion -> unit
Parameters
- worldRotation
- Type: Quaternion
The desired rotation of the object.
See Also