C# Class SoundControlComponent, PuzzleGameProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: Cedric-Paris/PuzzleGameProject

Méthodes publiques

Свойство Type Description
isFirstOne bool

Méthodes publiques

Méthode Description
Awake ( ) : void
GetVolume ( ) : float
OnLevelWasLoaded ( int level ) : void
SetVolume ( float volume ) : void
Start ( ) : void

Private Methods

Méthode Description
Play ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GetVolume() public méthode

public GetVolume ( ) : float
Résultat float

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int level ) : void
level int
Résultat void

SetVolume() public méthode

public SetVolume ( float volume ) : void
volume float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

isFirstOne public_oe property

public bool isFirstOne
Résultat bool