affine_bg_visible_toggle_action class
          #include <bn_affine_bg_actions.h>
        
        Toggles if an affine_
Base classes
- 
              template<typename Value, class PropertyManager>class bool_toggle_value_template_action<affine_bg_ptr, affine_bg_visible_manager>
 - Toggles a boolean property of a value when the action is updated a given number of times.
 
Constructors, destructors, conversion operators
- 
              affine_bg_visible_toggle_action(const affine_
bg_ ptr& bg, int duration_updates)  - Constructor.
 - 
              affine_bg_visible_toggle_action(affine_
bg_ ptr&& bg, int duration_updates)  - Constructor.
 
Public functions
- 
              auto bg() const -> const affine_
bg_ ptr&  - Returns the affine_
bg_ ptr to modify.  
Function documentation
               bn:: affine_bg_visible_toggle_action:: affine_bg_visible_toggle_action(const affine_ bg_ ptr& bg,
              int duration_updates)
            
            Constructor.
| Parameters | |
|---|---|
| bg | affine_ | 
                
| duration_updates | How many times the action has to be updated to toggle if the given affine_ | 
                
               bn:: affine_bg_visible_toggle_action:: affine_bg_visible_toggle_action(affine_ bg_ ptr&& bg,
              int duration_updates)
            
            Constructor.
| Parameters | |
|---|---|
| bg | affine_ | 
                
| duration_updates | How many times the action has to be updated to toggle if the given affine_ |