バージョン

menu_open
Wwise SDK 2019.2.15
ak.soundengine.stopPlayingID Arguments Schema

Schema

{
"type": "object",
"properties": {
"playingId": {
"type": "integer",
"description": "Playing ID to be stopped.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
},
"transitionDuration": {
"type": "integer",
"description": "Fade duration (ms).\\n Integer 32-bit.",
"minimum": -2147483648,
"maximum": 2147483647
},
"fadeCurve": {
"type": "integer",
"minimum": 0,
"maximum": 9,
"description": "Curve type to be used for the transition. Uses values from \\ref AkCurveInterpolation ."
}
},
"required": [
"playingId",
"transitionDuration",
"fadeCurve"
],
"additionalProperties": false
}

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう