Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BGMController
C# Class BGMController, HomeAlone
Inheritance:
MonoBehaviour
Show file
Open project: SNUGDC/HomeAlone
Class Usage Examples
Public Properties
Property
Type
Description
BGMButton
GameObject
BGMOff
Sprite
Room
GameObject
Public Methods
Method
Description
ChangeBGMState
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
ChangeBGMState()
public
method
public
ChangeBGMState
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
BGMButton
public property
public
GameObject
BGMButton
return
GameObject
BGMOff
public property
public
Sprite
BGMOff
return
Sprite
Room
public property
public
GameObject
Room
return
GameObject