バージョン

menu_open
Wwise SDK 2024.1.4
ak.soundengine.executeActionOnEvent 引数スキーマ

スキーマ

{
"type": "object",
"properties": {
"event": {
"anyOf": [
{
"type": "string",
"pattern": "^[a-zA-Z_]+[a-zA-Z_0-9()]*$",
"description": "オブジェクト名。"
},
{
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。"
},
{
"type": "integer",
"description": "Wwise ObjectのShort ID。 \\n 符号なし整数32-bit。",
"minimum": 0,
"maximum": 4294967295
}
],
"description": "イベントのID (GUID)、または名前、またはShort ID。"
},
"actionType": {
"type": "integer",
"minimum": 0,
"maximum": 4,
"description": "指定のイベントを使って再生した、全てのエレメントに対して実行するアクション。 <tt>AK::SoundEngine::AkActionOnEventType<\/tt> の値を使います。"
},
"gameObject": {
"type": "integer",
"description": "関連するゲームオブジェクトID。 \\n ゲームオブジェクトID、符号なし整数64-bit。",
"minimum": 0,
"maximum": 18446744073709551615
},
"transitionDuration": {
"type": "integer",
"description": "フェードの長さ(ミリ秒)。 \\n 整数32-bit。",
"minimum": -2147483648,
"maximum": 2147483647
},
"fadeCurve": {
"type": "integer",
"minimum": 0,
"maximum": 9,
"description": " \\ref AkCurveInterpolation の値を使います。"
}
},
"required": [
"event",
"actionType",
"gameObject",
"transitionDuration",
"fadeCurve"
],
"additionalProperties": false
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう