C# 클래스 LogicSpawn.GTARPG.Core.General.RPGMessageBox

상속: Menu
파일 보기 프로젝트 열기: logicspawn/GTARPG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeaderScale float
TopColor Color

공개 메소드들

메소드 설명
Create ( string headerCaption, System.Action yesAction, System.Action noAction ) : MenuBase
Create ( string headerCaption, string yesText, string noText, System.Action yesAction, System.Action noAction ) : MenuBase
CreateOkCancel ( string headerCaption, System.Action yesAction, System.Action noAction ) : MenuBase
Draw ( ) : void
Draw ( Size offset ) : void
OnActivate ( ) : void
OnClose ( ) : void
OnOpen ( ) : void
RPGMessageBox ( string headerCaption, string yesText, string noText, System.Action yesAction, System.Action noAction ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string headerCaption, System.Action yesAction, System.Action noAction ) : MenuBase
headerCaption string
yesAction System.Action
noAction System.Action
리턴 MenuBase

Create() 공개 정적인 메소드

public static Create ( string headerCaption, string yesText, string noText, System.Action yesAction, System.Action noAction ) : MenuBase
headerCaption string
yesText string
noText string
yesAction System.Action
noAction System.Action
리턴 MenuBase

CreateOkCancel() 공개 정적인 메소드

public static CreateOkCancel ( string headerCaption, System.Action yesAction, System.Action noAction ) : MenuBase
headerCaption string
yesAction System.Action
noAction System.Action
리턴 MenuBase

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Size offset ) : void
offset System.Drawing.Size
리턴 void

OnActivate() 공개 메소드

public OnActivate ( ) : void
리턴 void

OnClose() 공개 메소드

public OnClose ( ) : void
리턴 void

OnOpen() 공개 메소드

public OnOpen ( ) : void
리턴 void

RPGMessageBox() 공개 메소드

public RPGMessageBox ( string headerCaption, string yesText, string noText, System.Action yesAction, System.Action noAction ) : System
headerCaption string
yesText string
noText string
yesAction System.Action
noAction System.Action
리턴 System

프로퍼티 상세

HeaderScale 공개적으로 프로퍼티

public float HeaderScale
리턴 float

TopColor 공개적으로 프로퍼티

public Color TopColor
리턴 Color