C# 클래스 OpenSphericalCamera.CommandRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
AddParameter ( string key, object value ) : void
CommandRequest ( ) : System.Collections
CommandRequest ( string name ) : System.Collections
Init ( ) : void
RemoveParameter ( string key ) : void

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( string key, object value ) : void
key string
value object
리턴 void

CommandRequest() 공개 메소드

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

CommandRequest() 공개 메소드

public CommandRequest ( string name ) : System.Collections
name string
리턴 System.Collections

Init() 공개 메소드

public Init ( ) : void
리턴 void

RemoveParameter() 공개 메소드

public RemoveParameter ( string key ) : void
key string
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string