dp_direct_bitmap_bg_vertical_shear_to_action class
#include <bn_dp_direct_bitmap_bg_actions.h>
Modifies the vertical shear of a dp_
Base classes
-
template<typename Value, typename Property, class PropertyManager>class to_value_template_action<dp_direct_bitmap_bg_ptr, fixed, dp_direct_bitmap_bg_vertical_shear_manager>
- Modifies the property of a value until it has a given state.
Constructors, destructors, conversion operators
-
dp_direct_bitmap_bg_vertical_shear_to_action(const dp_
direct_ bitmap_ bg_ ptr& bg, int duration_updates, fixed final_vertical_shear) - Constructor.
-
dp_direct_bitmap_bg_vertical_shear_to_action(dp_
direct_ bitmap_ bg_ ptr&& bg, int duration_updates, fixed final_vertical_shear) - Constructor.
Public functions
-
auto bg() const -> const dp_
direct_ bitmap_ bg_ ptr& - Returns the dp_
direct_ bitmap_ bg_ ptr to modify. - auto final_vertical_shear() const -> fixed
- Returns the vertical shear of the given dp_
direct_ bitmap_ bg_ ptr when the action is updated the given number of times.
Function documentation
bn:: dp_direct_bitmap_bg_vertical_shear_to_action:: dp_direct_bitmap_bg_vertical_shear_to_action(const dp_ direct_ bitmap_ bg_ ptr& bg,
int duration_updates,
fixed final_vertical_shear)
Constructor.
| Parameters | |
|---|---|
| bg | dp_ |
| duration_updates | Number of times that the action must be updated until the vertical shear of the given dp_ |
| final_vertical_shear | Vertical shear when the action is updated duration_updates times. |
bn:: dp_direct_bitmap_bg_vertical_shear_to_action:: dp_direct_bitmap_bg_vertical_shear_to_action(dp_ direct_ bitmap_ bg_ ptr&& bg,
int duration_updates,
fixed final_vertical_shear)
Constructor.
| Parameters | |
|---|---|
| bg | dp_ |
| duration_updates | Number of times that the action must be updated until the vertical shear of the given dp_ |
| final_vertical_shear | Vertical shear when the action is updated duration_updates times. |