C# Class BookOfFame.GameManager

Inheritance: MonoBehaviour
Afficher le fichier Open project: bookoffame/Vatican2017

Méthodes publiques

Свойство Type Description
gameParams GameParams_so
gameState GameState
sceneReferences SceneReferences

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void

Private Methods

Méthode Description
FixedUpdate ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameParams public_oe property

public GameParams_so gameParams
Résultat GameParams_so

gameState public_oe property

public GameState gameState
Résultat GameState

sceneReferences public_oe property

public SceneReferences sceneReferences
Résultat SceneReferences