C# Class JSONUtil, Open-Spherical-Camera-For-Unity

JSONUtil의 요약 설명입니다.
Show file Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity Class Usage Examples

Public Methods

Method Description
DictionaryToObjectFiled ( IDictionary dictionary, object obj ) : void

Private Methods

Method Description
IsDefinedObject ( Type type ) : bool
SetValue ( object obj, FieldInfo, field, object value ) : void

Method Details

DictionaryToObjectFiled() public static method

public static DictionaryToObjectFiled ( IDictionary dictionary, object obj ) : void
dictionary IDictionary
obj object
return void