class
#include <bn_sprite_affine_mat_actions.h>
sprite_affine_mat_horizontal_scale_to_action Modifies the horizontal scale of a sprite_
Base classes
-
template<typename Value, typename Property, class PropertyManager>class to_value_template_action<sprite_affine_mat_ptr, fixed, sprite_affine_mat_horizontal_scale_manager>
- Modifies the property of a value until it has a given state.
Constructors, destructors, conversion operators
-
sprite_affine_mat_horizontal_scale_to_action(const sprite_
affine_ mat_ ptr& affine_mat, int duration_updates, fixed final_horizontal_scale) - Constructor.
-
sprite_affine_mat_horizontal_scale_to_action(sprite_
affine_ mat_ ptr&& affine_mat, int duration_updates, fixed final_horizontal_scale) - Constructor.
Public functions
-
auto affine_mat() const -> const sprite_
affine_ mat_ ptr& - Returns the sprite_
affine_ mat_ ptr to modify. - auto final_horizontal_scale() const -> fixed
- Returns the horizontal scale of the given sprite_
affine_ mat_ ptr when the action is updated the given number of times.
Function documentation
bn:: sprite_affine_mat_horizontal_scale_to_action:: sprite_affine_mat_horizontal_scale_to_action(const sprite_ affine_ mat_ ptr& affine_mat,
int duration_updates,
fixed final_horizontal_scale)
Constructor.
Parameters | |
---|---|
affine_mat | sprite_ |
duration_updates | Number of times that the action must be updated until the horizontal scale of the given sprite_ |
final_horizontal_scale | Horizontal scale when the action is updated duration_updates times. |
bn:: sprite_affine_mat_horizontal_scale_to_action:: sprite_affine_mat_horizontal_scale_to_action(sprite_ affine_ mat_ ptr&& affine_mat,
int duration_updates,
fixed final_horizontal_scale)
Constructor.
Parameters | |
---|---|
affine_mat | sprite_ |
duration_updates | Number of times that the action must be updated until the horizontal scale of the given sprite_ |
final_horizontal_scale | Horizontal scale when the action is updated duration_updates times. |