Connect a Float or Int State node to the Value inlet, to increment or decrement via actions.
            
        
        
        
            Properties
            
            
            - Step Value (Float)
            The step value to increment or decrement the value by. If the Value inlet is connected to a State, keep this value above or at 1.0
            
            - Increment (Action)
            
            - Decrement (Action)
            
            - Limit (Bool)
            Limit the value to a range between a lower and a upper bound.
            
            - Lower Bound (Float)
            The minimum value the counter can go to.
            
            - Upper Bound (Float)
            The maximum value the counter can go to.
            
            - Loop (Bool)
            Loop when reaching the lower or upper bound limit.
            
            - Loop Before Lower Bound (Bool)
            Don't allow the value to go to the lower bound. If active, the value will always be upper than the lower bound.
            
            - Loop Before Upper Bound (Bool)
            Don't allow the value to go to the upper bound. If active, the value will always be lower than the upper bound.