![]() |
Lysa
0.0
Lysa 3D Engine
|
This is the complete list of members for Animation, including all inherited members.
| Animation(const std::string &name) | Animation | |
| Animation(uint32 tracksCount, const std::string &name) | Animation | |
| Object() = default | Object | default |
| Resource(const std::string &name) | Resource | |
| Value typedef | Animation | |
| connect(const Signal::signal &name, const Signal::Handler &handler) | Object | |
| connect(const Signal::signal &name, const std::function< void ()> &handler) | Object | |
| duplicate() const | Resource | virtual |
| emit(const Signal::signal &name, void *params=nullptr) | Object | |
| getId() const | Resource | inline |
| getInterpolatedValue(uint32 trackIndex, double currentTimeFromStart, bool reverse=false) const | Animation | |
| getLoopMode() const | Animation | inline |
| getName() const | Resource | inline |
| getTrack(const uint32 index) | Animation | inline |
| getTracksCount() const | Animation | inline |
| operator<(const Resource &other) const | Resource | inline |
| operator==(const Resource &other) const | Resource | inline |
| operator>(const Resource &other) const | Resource | inline |
| setLoopMode(const AnimationLoopMode mode) | Animation | inline |
| toString() const | Object | inlinevirtual |
| ~Object() = default | Object | virtualdefault |