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)