|
uint AK::Wwise::Event::Post |
( |
GameObject |
gameObject, |
|
|
uint |
flags, |
|
|
AkCallbackManager.EventCallback |
callback, |
|
|
object |
cookie = null | |
|
) |
| | [inline] |
Posts this Event on a GameObject.
- 参数:
-
| gameObject | The GameObject |
| flags | |
| callback | |
| cookie | Optional cookie received by the callback |
- 返回:
- Returns the playing ID.
|