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

Response from the simulator to notify the viewer the upload is completed, and the UUID of the script asset and its compiled status
상속: AssetUploaderBlock
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
AssetID UUID
Compiled bool

공개 메소드들

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

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( OSDMap map ) : void
map OSDMap
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : OSDMap
리턴 OSDMap

UploaderRequestScriptComplete() 공개 메소드

public UploaderRequestScriptComplete ( ) : System
리턴 System

프로퍼티 상세

AssetID 공개적으로 프로퍼티

The uploaded texture asset ID
public UUID AssetID
리턴 UUID

Compiled 공개적으로 프로퍼티

true of the script was compiled successfully
public bool Compiled
리턴 bool