|
Monad Engine da02fba2
> Undercity Codex_
|
This is the complete list of members for mnd::AnimationComponent, including all inherited members.
| GetClipNames() const | mnd::AnimationComponent | |
| GetOwner() | mnd::Component | |
| GetPalette() const | mnd::AnimationComponent | inline |
| GetSkeleton() const | mnd::AnimationComponent | inline |
| GetTypeId() const =0 | mnd::Component | pure virtual |
| Init() | mnd::Component | virtual |
| IsPlaying() | mnd::AnimationComponent | |
| LoadProperties(const nlohmann::json &json) | mnd::Component | virtual |
| m_owner | mnd::Component | protected |
| Play(const std::string &name, bool loop=true) | mnd::AnimationComponent | |
| RegisterClip(const std::string &name, const std::shared_ptr< AnimationClip > &clip) | mnd::AnimationComponent | |
| RegisterSkeletalClip(const std::string &name, const std::shared_ptr< SkeletalAnimationClip > &clip) | mnd::AnimationComponent | |
| SetClip(AnimationClip *clip) | mnd::AnimationComponent | |
| SetSkeleton(const std::shared_ptr< Skeleton > &skeleton) | mnd::AnimationComponent | |
| StaticTypeId() | mnd::Component | inlinestatic |
| Stop() | mnd::AnimationComponent | inline |
| Update(float deltaTime) override | mnd::AnimationComponent | virtual |
| ~Component()=default | mnd::Component | virtual |