![]() |
Public API Reference |
![]() |
Base class for render step loaders. More...
#include <csplugincommon/renderstep/basesteptype.h>
Public Member Functions | |
virtual bool | Initialize (iObjectRegistry *object_reg) |
Initialize the component. |
Base class for render step loaders.
Definition at line 38 of file basesteptype.h.
virtual bool csBaseRenderStepType::Initialize | ( | iObjectRegistry * | ) | [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.
Implements iComponent.