StOneDOes Posted February 25 Posted February 25 I'm trying to understand when a component is required. I have many objects in my world that I create dynamically (not in the editor). These objects have logic that needs to be checked each frame. What would be the difference between me instantiating this object as a derived class of BaseComponent (add component to entity), that has its Update() function called by the engine each frame, as oppose to me not deriving BaseComponent, and calling Update() for this object on each game frame myself. Is there any difference here? Quote
Solution Josh Posted February 26 Solution Posted February 26 There is zero difference. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.