menu
版本
2017.1.9.6501
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Stop playing the current content associated to the specified game object ID. If no game object is specified, all sounds will be stopped. See AK::SoundEngine::StopAll
.
(Required *)
Graphical User Interface.
Name | Type | Description |
---|---|---|
gameObject * | integer | Specify a game object to stop only playback associated to the provided game object ID. |
description : Specify a game object to stop only playback associated to the provided game object ID.
type : integer
minimum : 0
maximum : 18446744073709551615
Stops playing all the content associated with "gameObject".
{
"gameObject": 1122334
}
{}
{ "type": "object", "properties": { "gameObject": { "description": "Specify a game object to stop only playback associated to the provided game object ID.", "type": "integer", "minimum": 0, "maximum": 18446744073709551615 } }, "required": [ "gameObject" ], "additionalProperties": false }
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": {}, "additionalProperties": false }
Document version : 1