UI.PushEnabled

static void PushEnabled(bool enabled)

All UI between PushEnabled and its matching PopEnabled will set the UI to an enabled or disabled state, allowing or preventing interaction with specific elements. The default state is true. This currently doesn’t have any visual effect, so you may wish to pair it with a PushTint.

   
bool enabled Should the following elements be enabled and interactable?




Found an issue with these docs, or have some additional questions? Create an Issue on Github!