This is a follow up to the Button Picture State tutorial. This article demonstrates various types of buttons like toggles and disabled buttons and some common use cases. Below are the six possible button’s picture states again, listed in the right order. But note via KSP (script) we can only address the on and off state. So unfortunately, the hover & pressed state can neither be read nor set. Well fortunately in most cases the pressed state should equal the on state in terms of the functionality.
- off
- on
- pressed off
- pressed on
- mouse hover off
- mouse hover on