OpenMetaverse Protocol Library Developers API Documentation
GrabUpdate Method (objectID, grabPosition, grabOffset, uvCoord, stCoord, faceIndex, position, normal, binormal)
NamespacesOpenMetaverseAgentManagerGrabUpdate(UUID, Vector3, Vector3, Vector3, Vector3, Int32, Vector3, Vector3, Vector3)
Overload: Drag an object
Declaration Syntax
C#
public 
void 
GrabUpdate(
        
UUID 
objectID,
        
Vector3 
grabPosition,
        
Vector3 
grabOffset,
        
Vector3 
uvCoord,
        
Vector3 
stCoord,
        
int 
faceIndex,
        
Vector3 
position,
        
Vector3 
normal,
        
Vector3 
binormal
)
Parameters
objectID ( UUID)
of the object to drag
grabPosition ( Vector3)
Drag target in region coordinates
grabOffset ( Vector3)
uvCoord ( Vector3)
The texture coordinates to grab
stCoord ( Vector3)
The surface coordinates to grab
faceIndex ( Int32)
The face of the position to grab
position ( Vector3)
The region coordinates of the position to grab
normal ( Vector3)
The surface normal of the position to grab (A normal is a vector perpindicular to the surface)
binormal ( Vector3)
The surface binormal of the position to grab (A binormal is a vector tangen to the surface pointing along the U direction of the tangent space
See Also

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