#include <AToshiAnimationInterface.h>
Public Member Functions | |
void | SetSimpleEvent (ANIMEVENT_TYPE a_eType, TBOOL a_bIsOverlay, const Toshi::TPString8 &a_strAnimationName, TFLOAT a_fTimeToBreakpoint) |
void | SetBreakpointEvent (AAnimationBreakpoint *a_pBreakpoint, TBOOL a_bIsOverlay, const Toshi::TPString8 &a_strAnimationName, TFLOAT a_fTimeToBreakpoint) |
Public Attributes | |
ANIMEVENT_TYPE | eType |
TBOOL | bIsOverlay |
Toshi::TPString8 | strAnimationName |
AAnimationBreakpoint * | pNextBreakpoint |
TFLOAT | fTimeFromBreakpoint |
Definition at line 47 of file AToshiAnimationInterface.h.
void AToshiAnimationInterface::AnimEvent::SetBreakpointEvent | ( | AAnimationBreakpoint * | a_pBreakpoint, |
TBOOL | a_bIsOverlay, | ||
const Toshi::TPString8 & | a_strAnimationName, | ||
TFLOAT | a_fTimeToBreakpoint ) |
Definition at line 620 of file AToshiAnimationInterface.cpp.
void AToshiAnimationInterface::AnimEvent::SetSimpleEvent | ( | ANIMEVENT_TYPE | a_eType, |
TBOOL | a_bIsOverlay, | ||
const Toshi::TPString8 & | a_strAnimationName, | ||
TFLOAT | a_fTimeToBreakpoint ) |
Definition at line 610 of file AToshiAnimationInterface.cpp.
TBOOL AToshiAnimationInterface::AnimEvent::bIsOverlay |
Definition at line 50 of file AToshiAnimationInterface.h.
ANIMEVENT_TYPE AToshiAnimationInterface::AnimEvent::eType |
Definition at line 49 of file AToshiAnimationInterface.h.
TFLOAT AToshiAnimationInterface::AnimEvent::fTimeFromBreakpoint |
Definition at line 53 of file AToshiAnimationInterface.h.
AAnimationBreakpoint* AToshiAnimationInterface::AnimEvent::pNextBreakpoint |
Definition at line 52 of file AToshiAnimationInterface.h.
Toshi::TPString8 AToshiAnimationInterface::AnimEvent::strAnimationName |
Definition at line 51 of file AToshiAnimationInterface.h.