MeshBaker
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
GameScore Class Reference

Inherits MonoBehaviour.

Public Member Functions

void OnApplicationQuit ()
 
void OnLevelWasLoaded (int level)
 

Static Public Member Functions

static int GetKills (string type)
 
static void RegisterDeath (GameObject deadObject)
 

Public Attributes

string playerLayerName = "Player"
 

Properties

static int Deaths [get]
 
static ICollection< string > KillTypes [get]
 
static float GameTime [get]
 

Member Function Documentation

§ GetKills()

static int GameScore.GetKills ( string  type)
static

§ OnApplicationQuit()

void GameScore.OnApplicationQuit ( )

§ OnLevelWasLoaded()

void GameScore.OnLevelWasLoaded ( int  level)

§ RegisterDeath()

static void GameScore.RegisterDeath ( GameObject  deadObject)
static

Member Data Documentation

§ playerLayerName

string GameScore.playerLayerName = "Player"

Property Documentation

§ Deaths

int GameScore.Deaths
staticget

§ GameTime

float GameScore.GameTime
staticget

§ KillTypes

ICollection<string> GameScore.KillTypes
staticget

The documentation for this class was generated from the following file: