ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
This is the complete list of members for PropertyTween< T >, including all inherited members.
PropertyTween(Object *obj, const Setter set, T initial, T final, const float duration, const TransitionType ttype=TransitionType::LINEAR, const Callback &callback=nullptr) | PropertyTween< T > | inline |
PropertyTween(const shared_ptr< Object > &obj, const Setter set, T initial, T final, const float duration, const TransitionType ttype=TransitionType::LINEAR, const Callback &callback=nullptr) | PropertyTween< T > | inline |
Setter typedef | PropertyTween< T > | |
connect(const Signal::signal &name, const Signal::Handler &handler) | Object | |
connect(const Signal::signal &name, const function< void ()> &handler) | Object | |
emit(const Signal::signal &name, void *params=nullptr) | Object | |
toString() const | Object | nodiscardinlinevirtual |
update(const float deltaTime) override | PropertyTween< T > | nodiscardinlineoverridevirtual |