C# Class LauncherLogic

Inheritance: MonoBehaviour, Beater
Afficher le fichier Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Méthodes publiques

Свойство Type Description
character GameObject
enabled bool
paused bool

Méthodes publiques

Méthode Description
Beat ( ) : void
PauseLauncher ( ) : void
StartLauncher ( ) : void
StopLauncher ( ) : void
UnpauseLauncher ( ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

Beat() public méthode

public Beat ( ) : void
Résultat void

PauseLauncher() public méthode

public PauseLauncher ( ) : void
Résultat void

StartLauncher() public méthode

public StartLauncher ( ) : void
Résultat void

StopLauncher() public méthode

public StopLauncher ( ) : void
Résultat void

UnpauseLauncher() public méthode

public UnpauseLauncher ( ) : void
Résultat void

Property Details

character public_oe property

public GameObject character
Résultat GameObject

enabled public_oe property

public bool enabled
Résultat bool

paused public_oe property

public bool paused
Résultat bool