C# 클래스 OpenSphericalCamera.CommandResponse

파일 보기 프로젝트 열기: YuukiMochiduki/Open-Spherical-Camera-For-Unity

공개 프로퍼티들

프로퍼티 타입 설명
bytes byte[]
error Error
id string
name string
progress IDictionary
results IDictionary
state Status

공개 메소드들

메소드 설명
Parse ( string json ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( string json ) : void
json string
리턴 void

프로퍼티 상세

bytes 공개적으로 프로퍼티

public byte[] bytes
리턴 byte[]

error 공개적으로 프로퍼티

public Error,OpenSphericalCamera error
리턴 Error

id 공개적으로 프로퍼티

public string id
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

progress 공개적으로 프로퍼티

public IDictionary progress
리턴 IDictionary

results 공개적으로 프로퍼티

public IDictionary results
리턴 IDictionary

state 공개적으로 프로퍼티

public Status state
리턴 Status