![]() |
Public API Reference |
![]() |
This interface describes a generic component in Crystal Space. More...
#include <iutil/comp.h>
Public Member Functions | |
virtual bool | Initialize (iObjectRegistry *)=0 |
Initialize the component. |
This interface describes a generic component in Crystal Space.
Main creators of instances implementing this interface:
Main ways to get pointers to this interface:
Main users of this interface:
virtual bool iComponent::Initialize | ( | iObjectRegistry * | ) | [pure virtual] |
Initialize the component.
This is automatically called by system driver at startup so that plugin can do basic initialization stuff, register with the system driver and so on.
Implemented in csMeshType, csGraphics2DGLCommon, csGraphics2D, CS::Animation::AnimNodeManagerCommon< ThisType, ManagerInterface, FactoryType >, csBaseRenderStepLoader, and csBaseRenderStepType.