Nebula
Loading...
Searching...
No Matches
CoreAnimation::AnimClip Class Reference

#include <animclip.h>

Detailed Description

An animation clip is a collection of related animation curves (for instance all curves required to animate a character).

Public Member Functions

 AnimClip ()
 constructor
 
void SetName (const Util::StringAtom &n)
 set the name of the clip
 
const Util::StringAtomGetName () const
 get the name of the clip
 

Public Attributes

Util::StringAtom name
 
SizeT numCurves
 
IndexT firstCurve
 
SizeT numEvents
 
IndexT firstEvent
 
SizeT numVelocityCurves
 
IndexT firstVelocityCurve
 
Timing::Tick duration
 
Util::Dictionary< Util::StringAtom, IndexTeventIndexMap
 

Constructor & Destructor Documentation

◆ AnimClip()

CoreAnimation::AnimClip::AnimClip ( )

constructor

Member Function Documentation

◆ GetName()

const Util::StringAtom & CoreAnimation::AnimClip::GetName ( ) const
inline

get the name of the clip

◆ SetName()

void CoreAnimation::AnimClip::SetName ( const Util::StringAtom & n)
inline

set the name of the clip

Member Data Documentation

◆ duration

Timing::Tick CoreAnimation::AnimClip::duration

◆ eventIndexMap

Util::Dictionary<Util::StringAtom, IndexT> CoreAnimation::AnimClip::eventIndexMap

◆ firstCurve

IndexT CoreAnimation::AnimClip::firstCurve

◆ firstEvent

IndexT CoreAnimation::AnimClip::firstEvent

◆ firstVelocityCurve

IndexT CoreAnimation::AnimClip::firstVelocityCurve

◆ name

Util::StringAtom CoreAnimation::AnimClip::name

◆ numCurves

SizeT CoreAnimation::AnimClip::numCurves

◆ numEvents

SizeT CoreAnimation::AnimClip::numEvents

◆ numVelocityCurves

SizeT CoreAnimation::AnimClip::numVelocityCurves

The documentation for this class was generated from the following files: