Public Member Functions | Public Attributes

sp::scene::SAnimQueue::SFrame Struct Reference

Internal frame structure. More...

#include <spAnimationPlayback.hpp>

List of all members.

Public Member Functions

 SFrame ()
 SFrame (u32 InitFrame, f32 InitSpeed=1.0f)
 ~SFrame ()

Public Attributes

u32 Frame
 Frame index which is to be interpolated.
f32 Speed
 Speed multiplier. This will be multiplied by the animation playback speed.

Detailed Description

Internal frame structure.


Constructor & Destructor Documentation

sp::scene::SAnimQueue::SFrame::SFrame (  )  [inline]
sp::scene::SAnimQueue::SFrame::SFrame ( u32  InitFrame,
f32  InitSpeed = 1.0f 
) [inline]
sp::scene::SAnimQueue::SFrame::~SFrame (  )  [inline]

Member Data Documentation

Frame index which is to be interpolated.

Speed multiplier. This will be multiplied by the animation playback speed.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines