C# 클래스 OpenMetaverse.ParcelInfoReplyEventArgs

Contains basic parcel information data returned from the simulator in response to an RequestParcelInfo request
상속: System.EventArgs
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-LibOMV 1 사용 예제들

공개 메소드들

메소드 설명
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