ksp

This is also a follow up to the Button Picture State tutorial and shows 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. However 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 at least the pressed state equals the on state in terms of the functionality.

  • off
  • on
  • pressed off
  • pressed on
  • mouse hover off
  • mouse hover on

Read more »