BGE python: Running a manager to control many objects

Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=8if6_aRrDmU



Duration: 12:39
126 views
3


BGE python: Running a manager to control many objects

Sometimes if you have many objects running the same code, it is advantages to have 1 object be a manager, that controls all the behaviors of a list of objects instead, meaning there is no code operating within the managed objects, reducing overhead.







Tags:
bge
manager
objects
list
blender game