C# Class Invert.Core.GraphDesigner.Unity.Notifications.DesignerNotificationSystem

Inheritance: DiagramPlugin, INotify, IDesignerWindowEvents
Afficher le fichier Open project: InvertGames/uFrame.Editor

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AfterDrawDesignerWindow ( Rect windowRect ) : void
AfterDrawGraph ( Rect diagramRect ) : void
BeforeDrawGraph ( Rect diagramRect ) : void
DrawComplete ( ) : void
Notify ( string message, NotificationIcon icon, int time = 5000 ) : void
Notify ( string message, string icon, int time = 5000 ) : void
NotifyWithActions ( string message, NotificationIcon icon ) : void
ProcessInput ( ) : void

Méthodes protégées

Méthode Description
GetCodeByIcon ( NotificationIcon icon ) : string
Notify ( string message, string icon, int time, bool requireClose, NotifyActionItem actions ) : void

Method Details

AfterDrawDesignerWindow() public méthode

public AfterDrawDesignerWindow ( Rect windowRect ) : void
windowRect UnityEngine.Rect
Résultat void

AfterDrawGraph() public méthode

public AfterDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
Résultat void

BeforeDrawGraph() public méthode

public BeforeDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
Résultat void

DrawComplete() public méthode

public DrawComplete ( ) : void
Résultat void

GetCodeByIcon() protected méthode

protected GetCodeByIcon ( NotificationIcon icon ) : string
icon NotificationIcon
Résultat string

Notify() public méthode

public Notify ( string message, NotificationIcon icon, int time = 5000 ) : void
message string
icon NotificationIcon
time int
Résultat void

Notify() public méthode

public Notify ( string message, string icon, int time = 5000 ) : void
message string
icon string
time int
Résultat void

Notify() protected méthode

protected Notify ( string message, string icon, int time, bool requireClose, NotifyActionItem actions ) : void
message string
icon string
time int
requireClose bool
actions NotifyActionItem
Résultat void

NotifyWithActions() public méthode

public NotifyWithActions ( string message, NotificationIcon icon ) : void
message string
icon NotificationIcon
Résultat void

ProcessInput() public méthode

public ProcessInput ( ) : void
Résultat void