C# Class JsonData, uProcessing

Inheritance: MonoBehaviour
Show file Open project: nryota/uProcessing Class Usage Examples

Protected Methods

Method Description
draw ( ) : void
onKeyTyped ( ) : void
setup ( ) : void

Private Methods

Method Description
dispJsonArray ( JSONArray jsonArray ) : void
dispJsonObject ( JSONObject, jsonObj ) : void
dispText ( string strings ) : void
loadJson ( ) : void
loadText ( ) : void
saveJson ( ) : void
saveText ( ) : void

Method Details

draw() protected method

protected draw ( ) : void
return void

onKeyTyped() protected method

protected onKeyTyped ( ) : void
return void

setup() protected method

protected setup ( ) : void
return void