Sleeping Wombat GUI
0.100
swGUI
|
#include <TestClasses.h>
Public Member Functions | |
TestAnim () | |
~TestAnim () | |
Public Member Functions inherited from EngineObject | |
TypeID | GetType () const |
std::string | GetTypeName () const |
virtual void | Serialize (ISerializer *ser) const |
Implements default serialization. Serializes only declared properties. More... | |
virtual void | Deserialize (IDeserializer *deser) |
Implements default deserialization. More... | |
virtual Size | MemorySize () |
template<typename TargetType > | |
TargetType * | DynamicCast () |
Public Attributes | |
float | m_energy |
float | m_mass |
float | m_power |
float | m_shit |
Nested | m_otherData |
Ptr< FloatAnimation< StringPropertyPath > > | FloatAnimString |
Ptr< FloatAnimation< PropertyPath > > | FloatAnimProperty |
Ptr< FloatAnimation< DirectProperty > > | FloatAnimDirect |
Private Member Functions | |
RTTR_ENABLE (EngineObject) | |
Private Attributes | |
RTTR_REGISTRATION_FRIEND | |
|
inlineexplicit |
|
inline |
|
private |
Ptr< FloatAnimation< DirectProperty > > TestAnim::FloatAnimDirect |
Ptr< FloatAnimation< PropertyPath > > TestAnim::FloatAnimProperty |
Ptr< FloatAnimation< StringPropertyPath > > TestAnim::FloatAnimString |
float TestAnim::m_energy |
float TestAnim::m_mass |
Nested TestAnim::m_otherData |
float TestAnim::m_power |
float TestAnim::m_shit |
|
private |