Fission FSN
Loading...
Searching...
No Matches
fsITrailComponent Class Referenceabstract

#include <fsITrailComponent.h>

Inheritance diagram for fsITrailComponent:

Public Member Functions

void initialise (const fsPoint &pStartPos, const fsPoint &pEndPos, fsS32 pBaseDurationMs, fsBool pDestroyParentWhenComplete)
void updateDo (fsS32 pDeltaMs) override
fsBool completedGet () const
Public Member Functions inherited from fsIComponent
template<typename TInterface>
std::vector< fsCEntity * > appSceneEntitiesWithComponentOfFamilyType () const
template<typename TInterface>
fsCEntityappSceneFirstEntityWithComponentOfFamilyType () const
fsCEntityappSceneEntityNamed (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 ()
fsCEntityparentGet () const
fsCEntitygrandparentGet () const

Protected Member Functions

 fsITrailComponent (fsCEntity *pParent)
virtual ~fsITrailComponent ()
Protected Member Functions inherited from fsIComponent
virtual void resetDo ()
virtual void renderDo ()
virtual void matrixApplyDo ()
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)

Protected Attributes

fsS32 mDuration
fsS32 mElapsedTime

Constructor & Destructor Documentation

◆ fsITrailComponent()

fsITrailComponent::fsITrailComponent ( fsCEntity * pParent)
protected

◆ ~fsITrailComponent()

fsITrailComponent::~fsITrailComponent ( )
protectedvirtual

Member Function Documentation

◆ completedGet()

fsBool fsITrailComponent::completedGet ( ) const

◆ initialise()

void fsITrailComponent::initialise ( const fsPoint & pStartPos,
const fsPoint & pEndPos,
fsS32 pBaseDurationMs,
fsBool pDestroyParentWhenComplete )

◆ updateDo()

void fsITrailComponent::updateDo ( fsS32 pDeltaMs)
overridevirtual

Reimplemented from fsIComponent.

Member Data Documentation

◆ mDuration

fsS32 fsITrailComponent::mDuration
protected

◆ mElapsedTime

fsS32 fsITrailComponent::mElapsedTime
protected

The documentation for this class was generated from the following files: