  | 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
Syntaxpublic void IncrementWorldRotation(
	int index,
	Quaternion m_RotationAmount
)
Public Sub IncrementWorldRotation ( 
	index As Integer,
	m_RotationAmount As Quaternion
)
public:
void IncrementWorldRotation(
	int index, 
	Quaternion m_RotationAmount
)
member IncrementWorldRotation : 
        index : int * 
        m_RotationAmount : Quaternion -> unit 
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