Public Member Functions | Public Attributes

sp::scene::SNodeKeyframe Struct Reference

Stores the transformation and duration for a node animation keyframe. More...

#include <spAnimationBaseStructures.hpp>

List of all members.

Public Member Functions

 SNodeKeyframe (const Transformation &Trans, u64 FrameDuration)
 ~SNodeKeyframe ()

Public Attributes

Transformation Transform
 Transformation of this keyframe.
u64 Duration
 Duration of this keyframe (in milliseconds).

Detailed Description

Stores the transformation and duration for a node animation keyframe.


Constructor & Destructor Documentation

sp::scene::SNodeKeyframe::SNodeKeyframe ( const Transformation Trans,
u64  FrameDuration 
) [inline]
sp::scene::SNodeKeyframe::~SNodeKeyframe (  )  [inline]

Member Data Documentation

Duration of this keyframe (in milliseconds).

Transformation of this keyframe.


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