Property | Type | Description | |
---|---|---|---|
actionOnEventType | AkActionOnEventType | ||
curveInterpolation | AkCurveInterpolation | ||
enableActionOnEvent | bool | ||
eventID | int | ||
m_callbackData | AkEventCallbackData, | ||
playingId | uint | ||
soundEmitterObject | GameObject | ||
transitionDuration | float | ||
valueGuid | byte[] |
Method | Description | |
---|---|---|
HandleEvent ( GameObject in_gameObject ) : void | ||
Stop ( int _transitionDuration, AkCurveInterpolation _curveInterpolation = AkCurveInterpolation.AkCurveInterpolation_Linear ) : void |
Method | Description | |
---|---|---|
Callback ( object in_cookie, AkCallbackType in_type, object in_info ) : void |
public HandleEvent ( GameObject in_gameObject ) : void | ||
in_gameObject | GameObject | |
return | void |
public Stop ( int _transitionDuration, AkCurveInterpolation _curveInterpolation = AkCurveInterpolation.AkCurveInterpolation_Linear ) : void | ||
_transitionDuration | int | |
_curveInterpolation | AkCurveInterpolation | |
return | void |
public AkActionOnEventType actionOnEventType | ||
return | AkActionOnEventType |
public AkCurveInterpolation curveInterpolation | ||
return | AkCurveInterpolation |
public AkEventCallbackData, m_callbackData | ||
return | AkEventCallbackData, |