UIViewActionEnableElements

Disable VisualElements OnFadeIn and re-enable them OnFadeOut.

Useful for ui navigation with keys when opening a modal or screen.

// Disable all elements except children of ParentElement
UIView.AddAction(new UIViewActionEnableElements(false, ParentElement));

Last updated