VizKit  3.3.7
Namespaces | Typedefs | Enumerations
VisualAnimationTypes.h File Reference
#include "VisualTypes.h"

Namespaces

namespace  VizKit

Typedefs

typedef double VizKit::AnimationSpeed
 Speed of animation (measured in number of units per millisecond).
typedef void(* VizKit::VisualAnimationPerformAnyAdditionalActionCallback )(VisualAnimationComponent *animationComponent, void *userData)
 Callback to do any additional action or check for any condition in duration of animation component.
typedef void(* VizKit::VisualAnimationWillDieCallback )(VisualAnimationComponent *animationComponent, void *userData)
 Callback to notify of death of animation component.

Enumerations

enum  VizKit::AnimatedProperty {
  VizKit::kUndefinedAnimatedProperty = 0, VizKit::kCustomAnimatedProperty, VizKit::kAnimatedSize, VizKit::kAnimatedLocation,
  VizKit::kAnimatedOpacity, VizKit::kAnimatedRotation
}
 The property of the asset that is affected by the animation. More...
enum  VizKit::InterpolationType { VizKit::kLinearInterpolation = 0, VizKit::kSinusoidalInterpolation }
 Types of interpolation between two values. More...
enum  VizKit::RepeatMode { VizKit::kRepeatFromStart = 0, VizKit::kRepeatMirrored }
 The type of repetition. More...
enum  VizKit::MovingDirection { VizKit::kAscending = 0, VizKit::kDescending }
 The internal type of direction. More...

Generated on Sun May 3 2015 20:26:31 for VizKit by doxygen 1.8.0