Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
OpenSphericalCamera
CommandResponse
C# Class OpenSphericalCamera.CommandResponse
Show file
Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity
Public Properties
Property
Type
Description
bytes
byte[]
error
Error
id
string
name
string
progress
IDictionary
results
IDictionary
state
Status
Public Methods
Method
Description
Parse
(
string
json
) :
void
Method Details
Parse()
public
method
public
Parse
(
string
json
) :
void
json
string
return
void
Property Details
bytes
public property
public
byte[]
bytes
return
byte[]
error
public property
public
Error,OpenSphericalCamera
error
return
Error
id
public property
public
string
id
return
string
name
public property
public
string
name
return
string
progress
public property
public
IDictionary
progress
return
IDictionary
results
public property
public
IDictionary
results
return
IDictionary
state
public property
public
Status
state
return
Status