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

A message sent from the viewer to the simulator requesting the update of an existing script contained within a tasks inventory
상속: AssetUploaderBlock
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemID UUID
ScriptRunning bool
Target string
TaskID UUID

공개 메소드들

메소드 설명
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 scripts InventoryItem ItemID to update
public UUID ItemID
리턴 UUID

ScriptRunning 공개적으로 프로퍼티

if true, set the script mode to running
public bool ScriptRunning
리턴 bool

Target 공개적으로 프로퍼티

A lowercase string containing either "mono" or "lsl2" which specifies the script is compiled and ran on the mono runtime, or the older lsl runtime
public string Target
리턴 string

TaskID 공개적으로 프로퍼티

The tasks UUID which contains the script to update
public UUID TaskID
리턴 UUID