
Definition at line 1390 of file fbproperties.h.
Public Member Functions |
|
| FBPropertyBaseAnimatable () | |
| Constructors. |
|
| ~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.
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 1415 of file fbproperties.h.