C# Class BeatMatcher

Inheritance: MonoBehaviour
显示文件 Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
notifiables List

Public Methods

Method Description
Awake ( ) : void
ReportBeat ( ) : void
ReportDoubleQuant ( ) : void
ReportQuant ( ) : void
TriggerInXBars ( Quanter callback, int bars ) : void
TriggerInXBeats ( Quanter callback, int beats ) : void
registerActualQuant ( SuperQuanter callback ) : void
registerBarOneOff ( Quanter callback ) : void
registerBeat ( Beater callback ) : void
registerBeatOneOff ( Quanter callback ) : void
registerQuant ( Quanter callback ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ReportBeat() public method

public ReportBeat ( ) : void
return void

ReportDoubleQuant() public method

public ReportDoubleQuant ( ) : void
return void

ReportQuant() public method

public ReportQuant ( ) : void
return void

TriggerInXBars() public method

public TriggerInXBars ( Quanter callback, int bars ) : void
callback Quanter
bars int
return void

TriggerInXBeats() public method

public TriggerInXBeats ( Quanter callback, int beats ) : void
callback Quanter
beats int
return void

registerActualQuant() public method

public registerActualQuant ( SuperQuanter callback ) : void
callback SuperQuanter
return void

registerBarOneOff() public method

public registerBarOneOff ( Quanter callback ) : void
callback Quanter
return void

registerBeat() public method

public registerBeat ( Beater callback ) : void
callback Beater
return void

registerBeatOneOff() public method

public registerBeatOneOff ( Quanter callback ) : void
callback Quanter
return void

registerQuant() public method

public registerQuant ( Quanter callback ) : void
callback Quanter
return void

Property Details

notifiables public_oe property

public List notifiables
return List