Method | Description | |
---|---|---|
CallbackMessage ( CallbackType callback, float time ) : System |
Constructs a Callback message.
|
|
MakeTimeShiftedCopy ( float delta ) : |
Returns a copy of this message, shifted in time by the specified amount.
|
|
SendNow ( ) : void |
Sends this message immediately, ignoring the beatTime.
|
public CallbackMessage ( CallbackType callback, float time ) : System | ||
callback | CallbackType | The callback to invoke when this message is "sent". |
time | float | The timestamp for this message. |
return | System |
public MakeTimeShiftedCopy ( float delta ) : |
||
delta | float | |
return |