OpenMetaverse Protocol Library Developers API Documentation
SetPosition Method (simulator, localID, position)
NamespacesOpenMetaverseObjectManagerSetPosition(Simulator, UInt32, Vector3)
Change the position of an object, Will change position of entire linkset
Declaration Syntax
C#
public 
void 
SetPosition(
        
Simulator 
simulator,
        
uint 
localID,
        
Vector3 
position
)
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
position ( Vector3)
The new position of the object
See Also

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