C# Class OpenMetaverse.ForceSelectObjectsReplyEventArgs

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

Méthodes publiques

Méthode Description
ForceSelectObjectsReplyEventArgs ( Simulator simulator, List objectIDs, bool resetList ) : System

Construct a new instance of the ForceSelectObjectsReplyEventArgs class

Method Details

ForceSelectObjectsReplyEventArgs() public méthode

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
Résultat System