C# 클래스 DialogBox, UnityFramework

상속: MonoBehaviour
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Templates UITemplates

공개 메소드들

메소드 설명
Close ( ) : bool
Hide ( ) : void

Hide DialogBox

Show ( DialogActions buttons = null, string title = null, string message = null, string focusButton = null, Vector3 position = null, Sprite icon = null, bool modal = true, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, bool autoHide = false ) : void

Show DialogBox

Template ( string template ) : DialogBox,

비공개 메소드들

메소드 설명
Awake ( ) : void
CreateButtons ( DialogActions buttons, string focusButton ) : void
CreateObject ( ) : void
DeactivateButtons ( ) : void
GetButton ( ) : Button,
HideAuto ( ) : IEnumerator
OnDestroy ( ) : void
ResetParametres ( ) : void
Return ( ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : bool
리턴 bool

Hide() 공개 메소드

Hide DialogBox
public Hide ( ) : void
리턴 void

Show() 공개 메소드

Show DialogBox
public Show ( DialogActions buttons = null, string title = null, string message = null, string focusButton = null, Vector3 position = null, Sprite icon = null, bool modal = true, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, bool autoHide = false ) : void
buttons DialogActions
title string
message string
focusButton string
position Vector3
icon Sprite
modal bool
modalSprite Sprite
modalColor Color
canvas Canvas
autoHide bool
리턴 void

Template() 공개 정적인 메소드

public static Template ( string template ) : DialogBox,
template string
리턴 DialogBox,

프로퍼티 상세

Templates 공개적으로 정적으로 프로퍼티

public static UITemplates Templates
리턴 UITemplates