C# Class OpenSphericalCamera.CommandRequest

显示文件 Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity

Public Properties

Property Type Description
name string

Public Methods

Method Description
AddParameter ( string key, object value ) : void
CommandRequest ( ) : System.Collections
CommandRequest ( string name ) : System.Collections
Init ( ) : void
RemoveParameter ( string key ) : void

Method Details

AddParameter() public method

public AddParameter ( string key, object value ) : void
key string
value object
return void

CommandRequest() public method

public CommandRequest ( ) : System.Collections
return System.Collections

CommandRequest() public method

public CommandRequest ( string name ) : System.Collections
name string
return System.Collections

Init() public method

public Init ( ) : void
return void

RemoveParameter() public method

public RemoveParameter ( string key ) : void
key string
return void

Property Details

name public_oe property

public string name
return string