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

Inheritance: DiagramPlugin, INotify, IDesignerWindowEvents
Mostra file Open project: InvertGames/uFrame.Editor

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

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

Method Details

AfterDrawDesignerWindow() public method

public AfterDrawDesignerWindow ( Rect windowRect ) : void
windowRect UnityEngine.Rect
return void

AfterDrawGraph() public method

public AfterDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
return void

BeforeDrawGraph() public method

public BeforeDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
return void

DrawComplete() public method

public DrawComplete ( ) : void
return void

GetCodeByIcon() protected method

protected GetCodeByIcon ( NotificationIcon icon ) : string
icon NotificationIcon
return string

Notify() public method

public Notify ( string message, NotificationIcon icon, int time = 5000 ) : void
message string
icon NotificationIcon
time int
return void

Notify() public method

public Notify ( string message, string icon, int time = 5000 ) : void
message string
icon string
time int
return void

Notify() protected method

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

NotifyWithActions() public method

public NotifyWithActions ( string message, NotificationIcon icon ) : void
message string
icon NotificationIcon
return void

ProcessInput() public method

public ProcessInput ( ) : void
return void