C# Class CrushOnBeat

Inheritance: MonoBehaviour, Quanter
ファイルを表示 Open project: 5thFloorGames/TheMusicGame

Public Properties

Property Type Description
everyXQuant int
startCount int
up bool

Public Methods

Method Description
Act ( ) : void
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Act() public method

public Act ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

everyXQuant public_oe property

public int everyXQuant
return int

startCount public_oe property

public int startCount
return int

up public_oe property

public bool up
return bool