C# 클래스 MenuBox, TestGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: liuxq/TestGame 1 사용 예제들

공개 메소드들

메소드 설명
Show ( IEnumerable options, IEnumerable actions, string title = "" ) : MenuBox,

Display a menu box.

hasMenu ( ) : bool

비공개 메소드들

메소드 설명
CreateButton ( GameObject buttonToClone, string label, UnityAction action ) : GameObject
SetUpButtons ( IEnumerable options, IEnumerable actions ) : void

메소드 상세

Show() 공개 정적인 메소드

Display a menu box.
public static Show ( IEnumerable options, IEnumerable actions, string title = "" ) : MenuBox,
options IEnumerable
actions IEnumerable
title string
리턴 MenuBox,

hasMenu() 공개 정적인 메소드

public static hasMenu ( ) : bool
리턴 bool