Number5
Visualisierung 2 Project - Florian Schober (0828151, f.schober@live.com), Andreas Walch (0926780, walch.andreas89@gmail.com)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
SceneInstance::AnimationStart Struct Reference

Public Member Functions

 AnimationStart (int _animation, float _time)
 

Public Attributes

int animation
 
float time
 

Detailed Description

SceneInstance::AnimationStart holds information about a queued animation

Definition at line 16 of file Scene.hpp.

Constructor & Destructor Documentation

AnimationStart ( int  _animation,
float  _time 
)
inline

Constructs a SceneInstance::AnimationStart.

Parameters
_animationThe animation that should be played
_timeThe time at which to start

Definition at line 26 of file Scene.hpp.

Member Data Documentation

int animation

The animation that should be played

Definition at line 18 of file Scene.hpp.

float time

The time at which to start

Definition at line 19 of file Scene.hpp.


The documentation for this struct was generated from the following file: