Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SoundControlComponent
C# Class SoundControlComponent, PuzzleGameProject
Inheritance:
MonoBehaviour
Mostrar archivo
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