C# Класс OpenMetaverse.ParcelDwellReplyEventArgs

Contains a parcels dwell data returned from the simulator in response to an RequestParcelDwell
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ParcelDwellReplyEventArgs ( UUID parcelID, int localID, float dwell ) : System

Construct a new instance of the ParcelDwellReplyEventArgs class

Описание методов

ParcelDwellReplyEventArgs() публичный Метод

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
Результат System