Skip to content
kmac0443 edited this page Feb 20, 2015 · 18 revisions

###Controller API

##Data Controllers These controllers receive calls from Unity (clicks, keys, etc) and react by making necessary changes to the Model.

##View Controllers These controllers listen for changes in the Model and react by informing Unity of necessary changes to the View.

Clone this wiki locally