IsVisible

public struct IsVisible

Fired when the ui is either changing to visible or invisible. It is visible at the beginning of the fadeIn animation and invisible after the fadeOut animation.

It is also fired, when the UnbluUiApi is disabled to be able to do proper cleanup.

  • Name of the event. Can be used to register for the event. Also available as Notification.Name.UnbluUiIsVisible

    Declaration

    Swift

    public static let NAME: String
  • type: Bool

    Declaration

    Swift

    public static let VALUE_IS_VISIBLE: String