C# 클래스 Foundation.Example.ExampleMainMenu

상속: ObservableBehaviour
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 프로퍼티들

프로퍼티 타입 설명
GameIcon UnityEngine.Texture2D
GameName string
Options ExampleOptions
Scores ExampleList

공개 메소드들

메소드 설명
OpenOptions ( ) : IEnumerator

Open and Wait for close

OpenScores ( ) : IEnumerator

Open and Wait for close

보호된 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OpenOptions() 공개 메소드

Open and Wait for close
public OpenOptions ( ) : IEnumerator
리턴 IEnumerator

OpenScores() 공개 메소드

Open and Wait for close
public OpenScores ( ) : IEnumerator
리턴 IEnumerator

프로퍼티 상세

GameIcon 공개적으로 프로퍼티

Game Icon, onetime binding
public Texture2D,UnityEngine GameIcon
리턴 UnityEngine.Texture2D

GameName 공개적으로 프로퍼티

Game Name, onetime binding
public string GameName
리턴 string

Options 공개적으로 프로퍼티

Reference to the options menu
Protip : Replace with Injector [Import]
public ExampleOptions,Foundation.Example Options
리턴 ExampleOptions

Scores 공개적으로 프로퍼티

Reference to the scores menu
Protip : Replace with Injector [Import]
public ExampleList Scores
리턴 ExampleList