[This is preliminary documentation and is subject to change.]

Change the position of an object, Will change position of entire linkset

Namespace:  OpenMetaverse
Assembly:  OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetPosition(
	Simulator simulator,
	uint localID,
	Vector3 position
)
Public Sub SetPosition ( _
	simulator As Simulator, _
	localID As UInteger, _
	position As Vector3 _
)
public:
void SetPosition(
	Simulator^ simulator, 
	unsigned int 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