|
Fission FSN
|
#include <fsC3dSceneSpriteComponent.h>
Public Member Functions | |
| void | initialise (const fsStr &pSceneFolder) |
| Public Member Functions inherited from fsIComponent | |
| template<typename TInterface> | |
| std::vector< fsCEntity * > | appSceneEntitiesWithComponentOfFamilyType () const |
| template<typename TInterface> | |
| fsCEntity * | appSceneFirstEntityWithComponentOfFamilyType () const |
| fsCEntity * | appSceneEntityNamed (const fsStr &pName) const |
| void | reset () |
| void | update (fsS32 pDeltaMs) |
| void | render () |
| void | matrixApply () |
| void | postLoad () |
| void | deserialise () |
| void | serialise () |
| void | initialiseFromVariableTable (const fsCVariableTable &pVars) |
| void | initialise () |
| void | finalise () |
| fsCEntity * | parentGet () const |
| fsCEntity * | grandparentGet () const |
Static Public Attributes | |
| static const fsCUniqueId | mTypeId |
| static const fsStr | mEntityPrefix |
Protected Member Functions | |
| void | initialiseFromVariableTableDo (const fsCVariableTable &pVars) override |
| void | renderDo () override |
| void | updateDo (fsS32 pDeltaMs) override |
| void | matrixApplyDo () override |
| fsC3dSceneSpriteComponent (fsCEntity *pParent) | |
| virtual | ~fsC3dSceneSpriteComponent () |
| Protected Member Functions inherited from fsIComponent | |
| virtual void | resetDo () |
| virtual void | postLoadDo () |
| virtual void | deserialiseDo () |
| virtual void | serialiseDo () |
| virtual void | initialiseDo () |
| virtual void | finaliseDo () |
| virtual | ~fsIComponent () |
| fsIComponent (fsCEntity *pParent) | |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Friends | |
| class | fsCComponentFactory |
|
protected |
|
protectedvirtual |
|
staticprotected |
| void fsC3dSceneSpriteComponent::initialise | ( | const fsStr & | pSceneFolder | ) |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
friend |
|
static |
|
static |