C# 클래스 OpenMetaverse.ParcelObjectOwnersReplyEventArgs

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

공개 메소드들

메소드 설명
ParcelObjectOwnersReplyEventArgs ( Simulator simulator, List primOwners ) : System

Construct a new instance of the ParcelObjectOwnersReplyEventArgs class

메소드 상세

ParcelObjectOwnersReplyEventArgs() 공개 메소드

Construct a new instance of the ParcelObjectOwnersReplyEventArgs class
public ParcelObjectOwnersReplyEventArgs ( Simulator simulator, List primOwners ) : System
simulator Simulator The simulator the parcel is located in
primOwners List The list containing prim ownership counts
리턴 System