hello ,
when I open any engine code samples , there is a lot of controller .For example ; animation controller , AI controller , input controller .......etc
WHAT ARE THOSE CONTOLLERS USED FOR ?
Posted 21 January 2013 - 04:35 PM
Here is an interesting discussion about manager classes.
Personally, my preference is that the objects to be managed contain enough functionality to not require a separate manager.