C# Class BVG.GameController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BigVikingGames/checkers-starter

Méthodes publiques

Свойство Type Description
board Board

Méthodes publiques

Méthode Description
Start ( ) : void
StartGame ( ) : void

Private Methods

Méthode Description
PopulateBoard ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

StartGame() public méthode

public StartGame ( ) : void
Résultat void

Property Details

board public_oe property

public Board,BVG board
Résultat Board