C# Class OpenMetaverse.ParcelDwellReplyEventArgs

Contains a parcels dwell data returned from the simulator in response to an RequestParcelDwell
Inheritance: System.EventArgs
Show file Open project: Virtual-Universe/Virtual-LibOMV Class Usage Examples

Public Methods

Method Description
ParcelDwellReplyEventArgs ( UUID parcelID, int localID, float dwell ) : System

Construct a new instance of the ParcelDwellReplyEventArgs class

Method Details

ParcelDwellReplyEventArgs() public method

Construct a new instance of the ParcelDwellReplyEventArgs class
public ParcelDwellReplyEventArgs ( UUID parcelID, int localID, float dwell ) : System
parcelID UUID The global ID of the parcel
localID int The simulator specific ID of the parcel
dwell float The calculated dwell for the parcel
return System