#include <animator.h>
Public Attributes | |
| float | alpha = 1.0f |
| float | offset_x = 0.0f |
| float | offset_y = 0.0f |
| float | scale = 1.0f |
| bool | is_complete = true |
Definition at line 49 of file animator.h.
| float yaze::gui::Animator::PanelTransition::alpha = 1.0f |
Definition at line 50 of file animator.h.
Referenced by yaze::gui::Animator::UpdatePanelTransition().
| float yaze::gui::Animator::PanelTransition::offset_x = 0.0f |
Definition at line 51 of file animator.h.
Referenced by yaze::gui::Animator::UpdatePanelTransition().
| float yaze::gui::Animator::PanelTransition::offset_y = 0.0f |
Definition at line 52 of file animator.h.
Referenced by yaze::gui::Animator::UpdatePanelTransition().
| float yaze::gui::Animator::PanelTransition::scale = 1.0f |
Definition at line 53 of file animator.h.
Referenced by yaze::gui::Animator::UpdatePanelTransition().
| bool yaze::gui::Animator::PanelTransition::is_complete = true |
Definition at line 54 of file animator.h.
Referenced by yaze::gui::Animator::UpdatePanelTransition().