You will use an internal var, so it will not be exposed to the Inspector. Theoretically, because it only has two states
(on/off or true/false), you could use a Boolean type for your variable, to use less memory. However, because many
action objects will have more than two states, it doesn’t hurt to start thinking of states in terms of numbers. So, for this
variable, you will be using integers.