|
Fission FSN
|
#include <gfCFadeCollectionEffectComponent.h>

Public Member Functions | |
| void | spriteInitialise (fsCEntity *pCollectedEntity) |
| virtual | ~gfCFadeCollectionEffectComponent () |
| 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 Public Attributes inherited from fsICollectionEffectComponent | |
| static const fsCUniqueId | mEffectCompleteMsg |
Protected Member Functions | |
| void | updateDo (fsS32 pDeltaMs) override |
| void | renderDo () override |
| void | matrixApplyDo () override |
| gfCFadeCollectionEffectComponent (fsCEntity *pParent) | |
| Protected Member Functions inherited from fsICollectionEffectComponent | |
| void | onEffectComplete () |
| fsICollectionEffectComponent (fsCEntity *pParent) | |
| virtual | ~fsICollectionEffectComponent () |
| Protected Member Functions inherited from fsIComponent | |
| virtual void | resetDo () |
| virtual void | postLoadDo () |
| virtual void | deserialiseDo () |
| virtual void | serialiseDo () |
| virtual void | initialiseFromVariableTableDo (const fsCVariableTable &pVars) |
| virtual void | initialiseDo () |
| virtual void | finaliseDo () |
| virtual | ~fsIComponent () |
| fsIComponent (fsCEntity *pParent) | |
Static Protected Member Functions | |
| static fsIComponent * | create (fsCEntity *pParent) |
Protected Attributes | |
| fsCSprite | mSprite |
| fsCGraph< fsSColour > | mColourGraph |
| fsCGraph< fsF32 > | mScaleGraph |
| const fsS32 | mEffectDurationMs |
| fsS32 | mElapsedTimeMs |
Friends | |
| class | fsCComponentFactory |
|
virtual |
|
protected |
|
staticprotected |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
| void gfCFadeCollectionEffectComponent::spriteInitialise | ( | fsCEntity * | pCollectedEntity | ) |
|
overrideprotectedvirtual |
Reimplemented from fsIComponent.
|
friend |
|
protected |
|
protected |
|
protected |
|
static |