|
void AK::Wwise::Event::PostMIDI |
( |
GameObject |
gameObject, |
|
|
AkMIDIPostArray |
array, |
|
|
int |
count | |
|
) |
| | [inline] |
Posts MIDI Events on this Event associated with a GameObject.
- 引数:
-
| gameObject | The GameObject |
| array | The array of AkMIDIPost that are posted. |
| count | The number of elements from the array that will be posted. |
|