OpenMetaverse Protocol Library Developers API Documentation
ScriptSensorReplyEventArgs Constructor (requestorID, groupID, name, objectID, ownerID, position, range, rotation, type, velocity)
NamespacesOpenMetaverse ScriptSensorReplyEventArgsScriptSensorReplyEventArgs(UUID, UUID, String, UUID, UUID, Vector3, Single, Quaternion, ScriptSensorTypeFlags, Vector3)
Construct a new instance of the ScriptSensorReplyEventArgs
Declaration Syntax
C#
public 
ScriptSensorReplyEventArgs(
        
UUID 
requestorID,
        
UUID 
groupID,
        
string 
name,
        
UUID 
objectID,
        
UUID 
ownerID,
        
Vector3 
position,
        
float 
range,
        
Quaternion 
rotation,
        

ScriptSensorTypeFlags 
type,
        
Vector3 
velocity
)
Parameters
requestorID ( UUID)
The ID of the primitive sending the sensor
groupID ( UUID)
The ID of the group associated with the primitive
name ( String)
The name of the primitive sending the sensor
objectID ( UUID)
The ID of the primitive sending the sensor
ownerID ( UUID)
The ID of the owner of the primitive sending the sensor
position ( Vector3)
The position of the primitive sending the sensor
range ( Single)
The range the primitive specified to scan
rotation ( Quaternion)
The rotation of the primitive sending the sensor
type ( ScriptSensorTypeFlags)
The type of sensor the primitive sent
velocity ( Vector3)
The velocity of the primitive sending the sensor

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