C# Class OpenSphericalCamera.State

Show file Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity

Public Properties

Property Type Description
batteryLevel double
sessionId string
storageChanged bool

Public Methods

Method Description
Parse ( string json, string &fingerprint ) : void

Method Details

Parse() public method

public Parse ( string json, string &fingerprint ) : void
json string
fingerprint string
return void

Property Details

batteryLevel public property

public double batteryLevel
return double

sessionId public property

public string sessionId
return string

storageChanged public property

public bool storageChanged
return bool