Base template class for animatable properties
Definition at line 1418 of file fbproperties.h.
#include <fbproperties.h>
Public Member Functions |
|
FBPropertyBaseAnimatable () | |
Constructors. |
|
FBPropertyBaseAnimatable (const FBPropertyBaseAnimatable< tType, pPT > &pValue) | |
~FBPropertyBaseAnimatable () | |
Destructor. |
|
operator tType () const | |
Overloaded cast to tType operator.
|
|
virtual FBPropertyType | GetPropertyType () override |
Get the property's type. |
|
void | operator= (tType pValue) |
Overloaded = operator. |
Constructors.
FBPropertyBaseAnimatable | ( | const FBPropertyBaseAnimatable< tType, pPT > & | pValue | ) |
Destructor.
void operator= | ( | tType | pValue | ) |
Overloaded = operator.
pValue | Value to set for property. |
operator tType | ( | ) | const |
Overloaded cast to tType operator.
virtual FBPropertyType GetPropertyType | ( | ) | [inline, override, virtual] |
Get the property's type.
Reimplemented from FBProperty.
Definition at line 1443 of file fbproperties.h.
{ return pPT; }