Utils
Last updated
Last updated
public static void
Show
(this VisualElement element)
Extension-method to show an UI Element (set it to visible)
public static void
Hide
(this VisualElement element)
Extension-method to hide an UI Element (set it to invisible)