Fission FSN
Loading...
Searching...
No Matches
fsCSwapTimelineKeyFrame.h
Go to the documentation of this file.
1/********************************************************************
2*
3* Created: 17/2/2014 11:15
4*
5* File: fsCSwapTimelineKeyFrame.h
6*
7* Author: Mick Waites
8*
9* Purpose: Keyframe to switch to a different timeline.
10*
11*********************************************************************/
12
13#ifndef fsCSwapTimelineKeyFramehdr
14#define fsCSwapTimelineKeyFramehdr
15
16#include <fsCore/fsStr.h>
17
18#include "../fsIKeyFrame.h"
19
20
22{
23public:
24
25 void execute(fsCAnimatingSpritePlayfirst* pParent) override;
26
27 fsCSwapTimelineKeyFrame(fsStr pTargetTimeLine);
29
30protected:
31
33
34private:
35};
36
37#endif
Definition fsCAnimatingSpritePlayfirst.h:34
virtual ~fsCSwapTimelineKeyFrame()
Definition fsCSwapTimelineKeyFrame.cpp:20
void execute(fsCAnimatingSpritePlayfirst *pParent) override
Definition fsCSwapTimelineKeyFrame.cpp:8
fsCSwapTimelineKeyFrame(fsStr pTargetTimeLine)
Definition fsCSwapTimelineKeyFrame.cpp:13
fsStr mTargetTimeline
Definition fsCSwapTimelineKeyFrame.h:32
fsIKeyFrame(fsS32 pTime)
Definition fsIKeyFrame.cpp:6
Definition fsStr.h:23