C# Class OpenMetaverse.ParcelInfoReplyEventArgs

Contains basic parcel information data returned from the simulator in response to an RequestParcelInfo request
Inheritance: System.EventArgs
Afficher le fichier Open project: Virtual-Universe/Virtual-LibOMV Class Usage Examples

Méthodes publiques

Méthode Description
ParcelInfoReplyEventArgs ( ParcelInfo parcel ) : System

Construct a new instance of the ParcelInfoReplyEventArgs class

Method Details

ParcelInfoReplyEventArgs() public méthode

Construct a new instance of the ParcelInfoReplyEventArgs class
public ParcelInfoReplyEventArgs ( ParcelInfo parcel ) : System
parcel ParcelInfo The object containing basic parcel info
Résultat System