C# Class BossScript

Inheritance: MonoBehaviour
Afficher le fichier Open project: Devination/TheRightWay Class Usage Examples

Méthodes publiques

Свойство Type Description
bossText Text
i BossScript

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
bossSays ( string words ) : void
finalSpeech ( GameObject machines ) : string

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

bossSays() public méthode

public bossSays ( string words ) : void
words string
Résultat void

finalSpeech() public méthode

public finalSpeech ( GameObject machines ) : string
machines GameObject
Résultat string

Property Details

bossText public_oe property

public Text bossText
Résultat Text

i public_oe static_oe property

public static BossScript i
Résultat BossScript