C# Класс OpenMetaverse.ParcelInfoReplyEventArgs

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

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

Метод Описание
ParcelInfoReplyEventArgs ( ParcelInfo parcel ) : System

Construct a new instance of the ParcelInfoReplyEventArgs class

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

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

Construct a new instance of the ParcelInfoReplyEventArgs class
public ParcelInfoReplyEventArgs ( ParcelInfo parcel ) : System
parcel ParcelInfo The object containing basic parcel info
Результат System