Table of Contents

Class NotificationUIProvider

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class NotificationUIProvider : KerbalMonoBehaviour
Inheritance
NotificationUIProvider
Inherited Members
Extension Methods

Constructors

NotificationUIProvider()

public NotificationUIProvider()

Methods

CleanExpiredAndRecycleToPool(NotificationUIPassive, NotificationUIAlert, NotificationUIAdmin)

public void CleanExpiredAndRecycleToPool(NotificationUIPassive passiveNotification = null, NotificationUIAlert alertNotification = null, NotificationUIAdmin adminNotification = null)

Parameters

passiveNotification NotificationUIPassive
alertNotification NotificationUIAlert
adminNotification NotificationUIAdmin

HideNotificationCanvas(bool)

public void HideNotificationCanvas(bool hidden)

Parameters

hidden bool

Initialize()

public void Initialize()

PushAdminNotification(NotificationData)

public void PushAdminNotification(NotificationData data)

Parameters

data NotificationData

PushAlertNotification(NotificationData)

public void PushAlertNotification(NotificationData data)

Parameters

data NotificationData

PushPassiveNotification(NotificationData)

public void PushPassiveNotification(NotificationData data)

Parameters

data NotificationData