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

A message sent from a viewer to the simulator requesting a temporary uploader capability used to update a script contained in an agents inventory
상속: AssetUploaderBlock
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemID UUID
Target 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

프로퍼티 상세

ItemID 공개적으로 프로퍼티

The existing asset if of the script in the agents inventory to replace
public UUID ItemID
리턴 UUID

Target 공개적으로 프로퍼티

The language of the script
Defaults to lsl version 2, "mono" might be another possible option
public string Target
리턴 string