C# Class SoundControlComponent, PuzzleGameProject

Inheritance: MonoBehaviour
Mostra file Open project: Cedric-Paris/PuzzleGameProject

Public Properties

Property Type Description
isFirstOne bool

Public Methods

Method Description
Awake ( ) : void
GetVolume ( ) : float
OnLevelWasLoaded ( int level ) : void
SetVolume ( float volume ) : void
Start ( ) : void

Private Methods

Method Description
Play ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

GetVolume() public method

public GetVolume ( ) : float
return float

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

SetVolume() public method

public SetVolume ( float volume ) : void
volume float
return void

Start() public method

public Start ( ) : void
return void

Property Details

isFirstOne public_oe property

public bool isFirstOne
return bool