22 movieclip_screen_capture,
33 string GetFileName(){
return m_filename;};
34 void SetFileName(
string filename){m_filename = filename;};
36 string GetClipTitle(){
return m_title;};
37 void SetClipTitle(
string title){m_title= title;};
57 MovieSubScripts m_scripts;
int GetClipHeight()
clip height in pixel
Definition: MovieClip.h:44
It presents a script at a certain time.
Definition: MovieClip.h:8
int GetFrameCount()
get the number of frames in the clips
Definition: MovieClip.h:40
MOVIE_CLIP_TYPES
movie clip types
Definition: MovieClip.h:20
different physics engine has different winding order.
Definition: EventBinding.h:32
it represents a clip of movies, which may be screen captured or just some transition effects...
Definition: MovieClip.h:25
list< SubScript > MovieSubScripts
movie sub scripts
Definition: MovieClip.h:17
it represents a screen captured screen movie.
Definition: MovieClip.h:61
virtual MOVIE_CLIP_TYPES GetType()
get the clip type
Definition: MovieClip.h:66
int GetClipWidth()
clip width in pixel
Definition: MovieClip.h:42
virtual MOVIE_CLIP_TYPES GetType()
get the clip type
Definition: MovieClip.h:31