Enumeration LUILayerConsume

Enumeration Members

Enumeration Members

All: 2

This layer consumes ALL mouse input events. Even if not hit on a button.

None: 0

This layer won't consume mouse inputs at all. This will disable all input processing

OnElement: 1

This layer consumes mouse inputs only when they are on an element.

Generated using TypeDoc