OpenMetaverse Protocol Library Developers API Documentation
SetRotation Method (simulator, localID, rotation)
NamespacesOpenMetaverseObjectManagerSetRotation(Simulator, UInt32, Quaternion)
Change the rotation of an object
Declaration Syntax
C#
public 
void 
SetRotation(
        
Simulator 
simulator,
        
uint 
localID,
        
Quaternion 
rotation
)
Parameters
simulator ( Simulator)
A reference to the object where the object resides
localID ( UInt32)
The objects ID which is local to the simulator the object is in
rotation ( Quaternion)
The new rotation of the object
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)