#include <AAnimatableObjectTypeBunch.h>
Definition at line 4 of file AAnimatableObjectTypeBunch.h.
◆ TYPE
◆ AAnimatableObjectTypeBunch()
AAnimatableObjectTypeBunch::AAnimatableObjectTypeBunch |
( |
| ) |
|
◆ ~AAnimatableObjectTypeBunch()
AAnimatableObjectTypeBunch::~AAnimatableObjectTypeBunch |
( |
| ) |
|
◆ CreateFromProperties()
TBOOL AAnimatableObjectTypeBunch::CreateFromProperties |
( |
const PBProperties * | a_pProperties, |
|
|
const Toshi::TPString8 & | a_rcName ) |
|
overridevirtual |
Reimplemented from AAnimatableObjectType.
Definition at line 26 of file AAnimatableObjectTypeBunch.cpp.
27{
28
30
31
33
35
36 TPString8 strType;
38
39 if ( strType ==
TPS8D(
"Bunch" ) )
41
42 m_strChildBone = TPString8();
44
45 m_strParentBone = TPString8();
47
49
51}
TBOOL GetOptionalPropertyValue(T &a_rOutValue, const TCHAR *a_szName) const
virtual TBOOL CreateFromProperties(const PBProperties *a_pProperties, const Toshi::TPString8 &a_rcName)
◆ OnAnimatableObjectCreated()
void AAnimatableObjectTypeBunch::OnAnimatableObjectCreated |
( |
AAnimatableObject * | a_pAnimatableObject | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: