BGE python: Running a manager to control many objects
Channel:
Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=8if6_aRrDmU
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.
Other Videos By BluePrintRandom
Tags:
bge
manager
objects
list
blender game