C# 클래스 OpenSphericalCamera.Error

파일 보기 프로젝트 열기: YuukiMochiduki/Open-Spherical-Camera-For-Unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
code string
message string
meta ErrorMeta

공개 메소드들

메소드 설명
Error ( ) : System.Collections
Error ( string json ) : System.Collections
Parse ( string json ) : Error

메소드 상세

Error() 공개 메소드

public Error ( ) : System.Collections
리턴 System.Collections

Error() 공개 메소드

public Error ( string json ) : System.Collections
json string
리턴 System.Collections

Parse() 공개 정적인 메소드

public static Parse ( string json ) : Error
json string
리턴 Error

프로퍼티 상세

code 공개적으로 프로퍼티

public string code
리턴 string

message 공개적으로 프로퍼티

public string message
리턴 string

meta 공개적으로 프로퍼티

public ErrorMeta,OpenSphericalCamera meta
리턴 ErrorMeta