C# Class OpenMetaverse.ForceSelectObjectsReplyEventArgs

Contains the data returned when a RequestForceSelectObjects request
Inheritance: System.EventArgs
Show file Open project: Virtual-Universe/Virtual-LibOMV Class Usage Examples

Public Methods

Method Description
ForceSelectObjectsReplyEventArgs ( Simulator simulator, List objectIDs, bool resetList ) : System

Construct a new instance of the ForceSelectObjectsReplyEventArgs class

Method Details

ForceSelectObjectsReplyEventArgs() public method

Construct a new instance of the ForceSelectObjectsReplyEventArgs class
public ForceSelectObjectsReplyEventArgs ( Simulator simulator, List objectIDs, bool resetList ) : System
simulator Simulator The simulator the parcel data was retrieved from
objectIDs List The list of primitive IDs
resetList bool true if the list is clean and contains the information /// only for a given request
return System