C# 클래스 OpenSim.Framework.Capabilities.LLSDTaskScriptUploadComplete

파일 보기 프로젝트 열기: Mobius-Team/Mobius 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
compiled bool
errors OSDArray
new_asset UUID
state string

프로퍼티 상세

compiled 공개적으로 프로퍼티

Was it compiled?
public bool compiled
리턴 bool

errors 공개적으로 프로퍼티

public OSDArray,OpenSim.Framework.Capabilities errors
리턴 OSDArray

new_asset 공개적으로 프로퍼티

The task inventory item that was updated
public UUID new_asset
리턴 UUID

state 공개적으로 프로퍼티

State of the upload. So far have only even seen this set to "complete"
public string state
리턴 string