C# Class GA_ExampleHighScore, TheUnseen

Inheritance: MonoBehaviour
Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
BallPrefab GameObject

Public Methods

Method Description
AddScore ( int score, string scoreName, Vector3 position ) : void
GameOver ( Vector3 position ) : void
OnGUI ( ) : void
Start ( ) : void

Private Methods

Method Description
HighScoreWindow ( int windowID ) : void

Method Details

AddScore() public static method

public static AddScore ( int score, string scoreName, Vector3 position ) : void
score int
scoreName string
position Vector3
return void

GameOver() public static method

public static GameOver ( Vector3 position ) : void
position Vector3
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

BallPrefab public_oe property

public GameObject BallPrefab
return GameObject