Castor3D 0.16.0
Multiplatform 3D engine
|
#include <SceneNodeAnimation.hpp>
Fonctions membres publiques | |
C3D_API | SceneNodeAnimation (SceneNodeAnimation &&rhs) noexcept=default |
C3D_API SceneNodeAnimation & | operator= (SceneNodeAnimation &&rhs) noexcept=delete |
C3D_API | SceneNodeAnimation (SceneNodeAnimation const &rhs)=delete |
C3D_API SceneNodeAnimation & | operator= (SceneNodeAnimation const &rhs)=delete |
C3D_API | ~SceneNodeAnimation () noexcept override=default |
C3D_API | SceneNodeAnimation (SceneNode &node, castor::String const &name=castor::cuEmptyString) |
Constructeur. | |
Fonctions membres publiques hérités de castor3d::AnimationT< Engine > | |
AnimationT (Engine &handler, AnimationType type, AnimableT< Engine > &animable, castor::String const &name=castor::cuEmptyString) | |
Constructeur. | |
AnimationT (Engine &handler, AnimationType type, castor::String const &name=castor::cuEmptyString) | |
Constructeur. | |
void | addKeyFrame (AnimationKeyFrameUPtr keyFrame) |
Ajoute une keyframe à l'animation. | |
AnimationKeyFrameArray::iterator | find (castor::Milliseconds const &time) |
Trouve une keyframe à l'index de temps donné. | |
void | findKeyFrame (castor::Milliseconds const &time, AnimationKeyFrameArray::iterator &prv, AnimationKeyFrameArray::iterator &cur) const |
Trouve une keyframe à l'index de temps donné. | |
void | updateLength () |
Initialise la longueur de l'animation. | |
bool | isEmpty () const |
size_t | size () 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 |
AnimableT< Engine > * | getAnimable () const |
C3D_API | AnimationT (AnimationT &&rhs) noexcept=default |
C3D_API | AnimationT (AnimationT const &rhs)=delete |
C3D_API AnimationT & | operator= (AnimationT &&rhs) noexcept=delete |
C3D_API AnimationT & | operator= (AnimationT const &rhs)=delete |
virtual C3D_API | ~AnimationT () noexcept=default |
Fonctions membres publiques hérités de castor::NamedBaseT< T > | |
NamedBaseT (T name) noexcept | |
Constructeur. | |
T const & | getName () const noexcept |
Récupère le nom. | |
void | rename (T name) noexcept |
Fonctions membres publiques hérités de castor::OwnedBy< Owner > | |
Owner * | getOwner () const |
L'objet propriétaire. | |
Amis | |
class | BinaryWriter< SceneNodeAnimation > |
class | BinaryParser< SceneNodeAnimation > |
class | SceneNodeAnimationInstance |
Membres hérités additionnels | |
Fonctions membres protégées hérités de castor::OwnedBy< Owner > | |
OwnedBy (Owner &owner) | |
Constructeur. | |
Attributs protégés hérités de castor3d::AnimationT< Engine > | |
AnimableT< Engine > * | m_animable |
AnimationType | m_type |
castor::Milliseconds | m_length |
AnimationKeyFrameArray | m_keyframes |
Attributs protégés hérités de castor::NamedBaseT< T > | |
T | m_name |
|
defaultnoexcept |
|
delete |
|
overridedefaultnoexcept |
|
explicit |
Constructeur.
[in] | node | L'objet animable parent. |
[in] | name | Le nom de l'animation. |
|
deletenoexcept |
|
delete |
|
friend |
|
friend |
|
friend |