C# Class Foundation.Example.ExampleMainMenu

Inheritance: ObservableBehaviour
Show file Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
GameIcon UnityEngine.Texture2D
GameName string
Options ExampleOptions
Scores ExampleList

Public Methods

Method Description
OpenOptions ( ) : IEnumerator

Open and Wait for close

OpenScores ( ) : IEnumerator

Open and Wait for close

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OpenOptions() public method

Open and Wait for close
public OpenOptions ( ) : IEnumerator
return IEnumerator

OpenScores() public method

Open and Wait for close
public OpenScores ( ) : IEnumerator
return IEnumerator

Property Details

GameIcon public property

Game Icon, onetime binding
public Texture2D,UnityEngine GameIcon
return UnityEngine.Texture2D

GameName public property

Game Name, onetime binding
public string GameName
return string

Options public property

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

Scores public property

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