A single entry in the audio animation component.
More...
#include <AudioAnimationComponent.h>
|
| void | SetJointName (const char *szName) |
| | Gets the name of the skeleton joint from which collect transformation data when activating the audio trigger.
|
| |
| const char * | GetJointName () const |
| |
|
virtual const plRTTI * | GetDynamicRTTI () const |
| |
|
bool | IsInstanceOf (const plRTTI *pType) const |
| | Returns whether the type of this instance is of the given type or derived from it.
|
| |
|
template<typename T > |
| PL_ALWAYS_INLINE bool | IsInstanceOf () const |
| | Returns whether the type of this instance is of the given type or derived from it.
|
| |
|
|
plString | m_sEventName |
| | The animation event to listen.
|
| |
|
plString | m_sTriggerName |
| | The audio trigger to activate when the animation event is triggered.
|
| |
|
|
class | plAudioAnimationComponent |
| |
|
|
static const plRTTI * | GetStaticRTTI () |
| |
A single entry in the audio animation component.
◆ GetJointName()
| const char * plAudioAnimationEntry::GetJointName |
( |
| ) |
const |
|
nodiscard |
- Returns
- The name of the skeleton joint from which collect transformation data.
◆ SetJointName()
| void plAudioAnimationEntry::SetJointName |
( |
const char * | szName | ) |
|
Gets the name of the skeleton joint from which collect transformation data when activating the audio trigger.
- Parameters
-
| szName | The name of the skeleton joint. |
The documentation for this class was generated from the following files:
- Code/EnginePlugins/AudioSystem/AudioSystemPlugin/Components/AudioAnimationComponent.h
- Code/EnginePlugins/AudioSystem/AudioSystemPlugin/Implementation/Components/AudioAnimationComponent.cpp