C# 클래스 OpenSim.Framework.AvatarPickerReplyAgentDataArgs

Args to return to a client that queries picker data
상속: EventArgs
파일 보기 프로젝트 열기: Mobius-Team/Mobius 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AgentID UUID
QueryID UUID

프로퍼티 상세

AgentID 공개적으로 프로퍼티

Unique Agent ID
public UUID AgentID
리턴 UUID

QueryID 공개적으로 프로퍼티

ID of query user submitted
public UUID QueryID
리턴 UUID