Afterglow.Input.ButtonAction.IsDown C# (CSharp) Method

IsDown() public method

The action will be triggered if the button is pressed.
public IsDown ( ) : IButtonAction
return IButtonAction
        public IButtonAction IsDown()
        {
            State = ButtonState.IsDown;
            return this;
        }