C# 클래스 OpenMetaverse.Messages.Linden.ObjectMediaNavigateMessage

A message sent from the viewer to the simulator which specifies that the user has changed current URL of the specific media on a prim face
상속: IMessage
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Face int
PrimID UUID
URL string

공개 메소드들

메소드 설명
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

메소드 상세

Deserialize() 공개 메소드

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
리턴 void

Serialize() 공개 메소드

Serialize the object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

Face 공개적으로 프로퍼티

Face index
public int Face
리턴 int

PrimID 공개적으로 프로퍼티

Prim UUID where navigation occured
public UUID PrimID
리턴 UUID

URL 공개적으로 프로퍼티

New URL
public string URL
리턴 string