C# Class BGMController, HomeAlone

Inheritance: MonoBehaviour
Mostra 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_oe property

public GameObject BGMButton
return GameObject

BGMOff public_oe property

public Sprite BGMOff
return Sprite

Room public_oe property

public GameObject Room
return GameObject