This reference page is linked to from the following overview topics: 3DXI Property Containers, 3DXI Generic Objects.
A Generic Object for IGame.
This object represents any object that is unknown to IGame - this could be a new pipeline object for example. It return IGAME_UNKOWN for its IGameObject::ObjectTypes
#include <IGameObject.h>
Public Member Functions |
|
virtual IPropertyContainer * | GetIPropertyContainer ()=0 |
Retrieve the Property Container. |
virtual IPropertyContainer* GetIPropertyContainer | ( | ) | [pure virtual] |
Retrieve the Property Container.
Reimplemented from IExportEntity.