C# 클래스 OpenMetaverse.ForceSelectObjectsReplyEventArgs

Contains the data returned when a RequestForceSelectObjects request
상속: System.EventArgs
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-LibOMV 1 사용 예제들

공개 메소드들

메소드 설명
ForceSelectObjectsReplyEventArgs ( Simulator simulator, List objectIDs, bool resetList ) : System

Construct a new instance of the ForceSelectObjectsReplyEventArgs class

메소드 상세

ForceSelectObjectsReplyEventArgs() 공개 메소드

Construct a new instance of the ForceSelectObjectsReplyEventArgs class
public ForceSelectObjectsReplyEventArgs ( Simulator simulator, List objectIDs, bool resetList ) : System
simulator Simulator The simulator the parcel data was retrieved from
objectIDs List The list of primitive IDs
resetList bool true if the list is clean and contains the information /// only for a given request
리턴 System