Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
MixerVolumes
C# Class MixerVolumes, c-t-Lunar-Lander
Inheritance:
MonoBehaviour
显示文件
Open project: FlaShG/c-t-Lunar-Lander
Public Properties
Property
Type
Description
mixer
AudioMixer
parameters
string[]
Public Methods
Method
Description
Awake
( ) :
void
SetVolume
(
float
volume
) :
void
Start
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
SetVolume()
public
method
public
SetVolume
(
float
volume
) :
void
volume
float
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
mixer
public_oe property
public
AudioMixer
mixer
return
AudioMixer
parameters
public_oe property
public
string[]
parameters
return
string[]