C# Class SpawnAndGameBehaviour

Inheritance: MonoBehaviour
Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule

Méthodes publiques

Свойство Type Description
_boardName string
_button GameObject
_player1GameObject GameObject
_player2GameObject GameObject
_prefabEnvironmentName string
_textPlayerToPlace Text
_timerBeforeGameOver float
_uiPlayer1 CharacterHostUI
_uiPlayer2 CharacterHostUI

Méthodes publiques

Méthode Description
EndOfTurn ( ) : void
Start ( ) : void
Update ( ) : void
UpdatePlaying ( ) : void
UpdateSpawnPositionCharacter ( Character, character ) : void
changeState ( ) : void
resetBoard ( ) : void
tryingToDoSpell ( ) : void

Private Methods

Méthode Description
EndLoading ( ) : void

Method Details

EndOfTurn() public méthode

public EndOfTurn ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdatePlaying() public méthode

public UpdatePlaying ( ) : void
Résultat void

UpdateSpawnPositionCharacter() public méthode

public UpdateSpawnPositionCharacter ( Character, character ) : void
character Character,
Résultat void

changeState() public méthode

public changeState ( ) : void
Résultat void

resetBoard() public méthode

public resetBoard ( ) : void
Résultat void

tryingToDoSpell() public méthode

public tryingToDoSpell ( ) : void
Résultat void

Property Details

_boardName public_oe property

public string _boardName
Résultat string

_button public_oe property

public GameObject _button
Résultat GameObject

_player1GameObject public_oe property

public GameObject _player1GameObject
Résultat GameObject

_player2GameObject public_oe property

public GameObject _player2GameObject
Résultat GameObject

_prefabEnvironmentName public_oe property

public string _prefabEnvironmentName
Résultat string

_textPlayerToPlace public_oe property

public Text _textPlayerToPlace
Résultat Text

_timerBeforeGameOver public_oe property

public float _timerBeforeGameOver
Résultat float

_uiPlayer1 public_oe property

public CharacterHostUI _uiPlayer1
Résultat CharacterHostUI

_uiPlayer2 public_oe property

public CharacterHostUI _uiPlayer2
Résultat CharacterHostUI