add FadeInSeconds property

This commit is contained in:
Glenn Maynard
2007-04-06 18:26:09 +00:00
parent 570f17017a
commit 59aaf0dec9
4 changed files with 39 additions and 5 deletions
+2
View File
@@ -27,7 +27,9 @@ private:
StopMode m_StopMode;
int m_iStartFrames;
int m_iLengthFrames;
int m_iFadeInFrames;
int m_iFadeOutFrames;
bool m_bIgnoreFadeInFrames;
};
#endif