Filter to apply to every result of inBounds, controlling how the node reacts to
some events, such as mouse click or a finger touch.
By changing this to IsOpaque.no, this can be used to prevent a node from accepting
hover input, making it "invisible". A value of IsOpaque.notInBranch will disable the
whole branch, including its children. IsOpaque.onlySelf will disable input.
Filter to apply to every result of inBounds, controlling how the node reacts to some events, such as mouse click or a finger touch.
By changing this to IsOpaque.no, this can be used to prevent a node from accepting hover input, making it "invisible". A value of IsOpaque.notInBranch will disable the whole branch, including its children. IsOpaque.onlySelf will disable input.
The default value allows all events.