In the Construct 2 sdk, you could expose the attributes of a behavior or plugin in the debugging interface by implementing the getDebuggerValues and onDebugValueEdited methods of the behavior/plugin instance.
I want to know how to do that in the C3 runtime, the manual doesn't seem to answer this question (or did I miss it?).
Thanks!