C# 클래스 OpenSphericalCamera.Info

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

공개 프로퍼티들

프로퍼티 타입 설명
api List
endpoints Endpoints
firmwareVersion string
gps bool
gyro bool
manufacturer string
model string
serialNumber string
supportUrl string
uptime long

공개 메소드들

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

메소드 상세

ParseJson() 공개 메소드

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

프로퍼티 상세

api 공개적으로 프로퍼티

public List api
리턴 List

endpoints 공개적으로 프로퍼티

public Endpoints,OpenSphericalCamera endpoints
리턴 Endpoints

firmwareVersion 공개적으로 프로퍼티

public string firmwareVersion
리턴 string

gps 공개적으로 프로퍼티

public bool gps
리턴 bool

gyro 공개적으로 프로퍼티

public bool gyro
리턴 bool

manufacturer 공개적으로 프로퍼티

public string manufacturer
리턴 string

model 공개적으로 프로퍼티

public string model
리턴 string

serialNumber 공개적으로 프로퍼티

public string serialNumber
리턴 string

supportUrl 공개적으로 프로퍼티

public string supportUrl
리턴 string

uptime 공개적으로 프로퍼티

public long uptime
리턴 long