C# 클래스 Invert.Core.GraphDesigner.Unity.Notifications.DesignerNotificationSystem

상속: DiagramPlugin, INotify, IDesignerWindowEvents
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetCodeByIcon ( NotificationIcon icon ) : string
Notify ( string message, string icon, int time, bool requireClose, NotifyActionItem actions ) : void

메소드 상세

AfterDrawDesignerWindow() 공개 메소드

public AfterDrawDesignerWindow ( Rect windowRect ) : void
windowRect UnityEngine.Rect
리턴 void

AfterDrawGraph() 공개 메소드

public AfterDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
리턴 void

BeforeDrawGraph() 공개 메소드

public BeforeDrawGraph ( Rect diagramRect ) : void
diagramRect UnityEngine.Rect
리턴 void

DrawComplete() 공개 메소드

public DrawComplete ( ) : void
리턴 void

GetCodeByIcon() 보호된 메소드

protected GetCodeByIcon ( NotificationIcon icon ) : string
icon NotificationIcon
리턴 string

Notify() 공개 메소드

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

Notify() 공개 메소드

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

Notify() 보호된 메소드

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

NotifyWithActions() 공개 메소드

public NotifyWithActions ( string message, NotificationIcon icon ) : void
message string
icon NotificationIcon
리턴 void

ProcessInput() 공개 메소드

public ProcessInput ( ) : void
리턴 void