CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
A class for using beat synchronization data. More...
Classes | |
struct | Info |
Beat synchronization position detection callback information More... | |
Public Member Functions | |
delegate void | CbFunc (ref Info info) |
Beat synchronization callback More... | |
Static Public Member Functions | |
static void | SetCallback (CriAtomExBeatSync.CbFunc func) |
Registers the beat synchronization callback More... | |
Properties | |
static CbFunc | OnCallback |
Registers the beat synchronization callback More... | |
A class for using beat synchronization data.
delegate void CbFunc | ( | ref Info | info | ) |
Beat synchronization callback
info | Beat synchronization position detection information |
|
inlinestatic |
Registers the beat synchronization callback
func | Callback function |
|
staticaddremove |
Registers the beat synchronization callback