C# Class LauncherLogic

Inheritance: MonoBehaviour, Beater
Mostrar archivo Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
character GameObject
enabled bool
paused bool

Public Methods

Method Description
Beat ( ) : void
PauseLauncher ( ) : void
StartLauncher ( ) : void
StopLauncher ( ) : void
UnpauseLauncher ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Beat() public method

public Beat ( ) : void
return void

PauseLauncher() public method

public PauseLauncher ( ) : void
return void

StartLauncher() public method

public StartLauncher ( ) : void
return void

StopLauncher() public method

public StopLauncher ( ) : void
return void

UnpauseLauncher() public method

public UnpauseLauncher ( ) : void
return void

Property Details

character public_oe property

public GameObject character
return GameObject

enabled public_oe property

public bool enabled
return bool

paused public_oe property

public bool paused
return bool