Castor3D
0.11.0
Multiplatform 3D engine
|
Fonctions membres publiques | |
C3D_API | TextureAnimation (TextureUnit &texture, castor::String const &name=castor::cuEmptyString) |
Constructeur. Plus de détails... | |
C3D_API | ~TextureAnimation () |
Destructeur. Plus de détails... | |
C3D_API castor::Point3f | getTranslate (castor::Milliseconds const &time) const |
C3D_API castor::Angle | getRotate (castor::Milliseconds const &time) const |
TextureTranslateSpeed const & | getTranslateSpeed () |
TextureRotateSpeed const & | getRotateSpeed () |
void | setTranslateSpeed (TextureTranslateSpeed const &translate) |
void | setRotateSpeed (TextureRotateSpeed const &rotate) |
void | setTransformSpeed (TextureTranslateSpeed const &translate, TextureRotateSpeed const &rotate) |
C3D_API | TextureAnimation (TextureAnimation &&rhs)=default |
C3D_API TextureAnimation & | operator= (TextureAnimation &&rhs)=delete |
C3D_API | TextureAnimation (TextureAnimation const &rhs)=delete |
C3D_API TextureAnimation & | operator= (TextureAnimation const &rhs)=delete |
Fonctions membres publiques hérités de castor3d::AnimationT< Engine > | |
AnimationT (AnimationType type, AnimableT< Engine > &animable, castor::String const &name=castor::cuEmptyString) | |
Constructeur. Plus de détails... | |
~AnimationT () | |
Destructeur. Plus de détails... | |
void | addKeyFrame (AnimationKeyFrameUPtr keyFrame) |
Ajoute une keyframe à l'animation. Plus de détails... | |
AnimationKeyFrameArray::iterator | find (castor::Milliseconds const &time) |
Trouve une keyframe à l'index de temps donné. Plus de détails... | |
void | findKeyFrame (castor::Milliseconds const &time, AnimationKeyFrameArray::iterator &prv, AnimationKeyFrameArray::iterator &cur) const |
Trouve une keyframe à l'index de temps donné. Plus de détails... | |
void | updateLength () |
Initialise la longueur de l'animation. Plus de détails... | |
bool | isEmpty () const |
AnimationKeyFrameArray::const_iterator | begin () const |
AnimationKeyFrameArray::iterator | begin () |
AnimationKeyFrameArray::const_iterator | end () const |
AnimationKeyFrameArray::iterator | end () |
AnimationType | getType () const |
castor::Milliseconds const & | getLength () const |
C3D_API | AnimationT (AnimationT &&rhs)=default |
C3D_API | AnimationT (AnimationT const &rhs)=delete |
C3D_API AnimationT & | operator= (AnimationT &&rhs)=delete |
C3D_API AnimationT & | operator= (AnimationT const &rhs)=delete |
Attributs protégés | |
TextureTranslateSpeed | m_translate |
TextureRotateSpeed | m_rotate |
Attributs protégés hérités de castor3d::AnimationT< Engine > | |
AnimationType | m_type |
castor::Milliseconds | m_length |
AnimationKeyFrameArray | m_keyframes |
Amis | |
class | BinaryWriter< TextureAnimation > |
class | BinaryParser< TextureAnimation > |
class | TextureAnimationInstance |
|
default |
name Copie / Déplacement.
|
delete |
|
explicit |
Constructeur.
[in] | texture | La texture parente. |
[in] | name | Le nom de l'animation. |
C3D_API castor3d::TextureAnimation::~TextureAnimation | ( | ) |
Destructeur.
C3D_API castor::Angle castor3d::TextureAnimation::getRotate | ( | castor::Milliseconds const & | time | ) | const |
|
inline |
Références m_rotate.
C3D_API castor::Point3f castor3d::TextureAnimation::getTranslate | ( | castor::Milliseconds const & | time | ) | const |
|
inline |
Références m_translate.
|
delete |
|
delete |
|
inline |
Références m_rotate.
Référencé par setTransformSpeed().
|
inline |
|
inline |
Références m_translate.
Référencé par setTransformSpeed().
|
friend |
|
friend |
|
friend |
|
protected |
Référencé par getRotateSpeed(), et setRotateSpeed().
|
protected |
Référencé par getTranslateSpeed(), et setTranslateSpeed().