bn::sp_direct_bitmap_bg_horizontal_scale_to_action class

Modifies the horizontal scale of a sp_direct_bitmap_bg_ptr until it has a given state.

Base classes

template<typename Value, typename Property, class PropertyManager>
class to_value_template_action<sp_direct_bitmap_bg_ptr, fixed, sp_direct_bitmap_bg_horizontal_scale_manager>
Modifies the property of a value until it has a given state.

Constructors, destructors, conversion operators

sp_direct_bitmap_bg_horizontal_scale_to_action(const sp_direct_bitmap_bg_ptr& bg, int duration_updates, fixed final_horizontal_scale)
Constructor.
sp_direct_bitmap_bg_horizontal_scale_to_action(sp_direct_bitmap_bg_ptr&& bg, int duration_updates, fixed final_horizontal_scale)
Constructor.

Public functions

auto bg() const -> const sp_direct_bitmap_bg_ptr&
Returns the sp_direct_bitmap_bg_ptr to modify.
auto final_horizontal_scale() const -> fixed
Returns the horizontal scale of the given sp_direct_bitmap_bg_ptr when the action is updated the given number of times.

Function documentation

bn::sp_direct_bitmap_bg_horizontal_scale_to_action::sp_direct_bitmap_bg_horizontal_scale_to_action(const sp_direct_bitmap_bg_ptr& bg, int duration_updates, fixed final_horizontal_scale)

Constructor.

Parameters
bg sp_direct_bitmap_bg_ptr to copy.
duration_updates Number of times that the action must be updated until the horizontal scale of the given sp_direct_bitmap_bg_ptr is equal to final_horizontal_scale.
final_horizontal_scale Horizontal scale when the action is updated duration_updates times.

bn::sp_direct_bitmap_bg_horizontal_scale_to_action::sp_direct_bitmap_bg_horizontal_scale_to_action(sp_direct_bitmap_bg_ptr&& bg, int duration_updates, fixed final_horizontal_scale)

Constructor.

Parameters
bg sp_direct_bitmap_bg_ptr to move.
duration_updates Number of times that the action must be updated until the horizontal scale of the given sp_direct_bitmap_bg_ptr is equal to final_horizontal_scale.
final_horizontal_scale Horizontal scale when the action is updated duration_updates times.