Creationg a Component¶
How to create a component using the BBOC engine.
Creating a Component¶
To create a component, you need to create a new class that inherits from the Component class. The Component class is an abstract class that provides the basic functionality for a component.
Note
Refer to the Interface Component page for more information on the Interface Subsystem class or the Physics Component page for more information on the PhysicsComponent class.