C# 클래스 OpenMetaverse.ParcelAccessListReplyEventArgs

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

공개 메소드들

메소드 설명
ParcelAccessListReplyEventArgs ( Simulator simulator, int sequenceID, int localID, uint flags, List accessEntries ) : System

Construct a new instance of the ParcelAccessListReplyEventArgs class

메소드 상세

ParcelAccessListReplyEventArgs() 공개 메소드

Construct a new instance of the ParcelAccessListReplyEventArgs class
public ParcelAccessListReplyEventArgs ( Simulator simulator, int sequenceID, int localID, uint flags, List accessEntries ) : System
simulator Simulator The simulator the parcel is located in
sequenceID int The user assigned ID used to correlate a request with /// these results
localID int The simulator specific ID of the parcel
flags uint TODO:
accessEntries List The list containing the white/blacklisted agents for the parcel
리턴 System