Creates a transport object for the given Wwise object. The return transport object can be used to play, stop, pause and resume the Wwise object via the other transport functions.
Graphical User Interface.
Name | Type | Description |
---|---|---|
object * | The ID (GUID) or path of the object to control via the transport object. | |
gameObject | integer | The game object to use for playback. |
(Required *)
description : The ID (GUID) or path of the object to control via the transport object.
Possibilities, one of the following :
1) 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}\}$
2) type : string
pattern : ^\
description : The game object to use for playback.
type : integer
minimum : 0
maximum : 18446744073709551615
Name | Type | Description |
---|---|---|
transport | integer | Transport object ID to be used with all other ak.wwise.core.transport functions. |
description : Transport object ID to be used with all other ak.wwise.core.transport functions.
type : integer
minimum : 0
maximum : 4294967295
Creates a transport object for a given Wwise object.
{ "object": "{A076AA65-B71A-45BB-8841-5A20C52CE727}" }
{
"transport": 1234
}
{ "type": "object", "properties": { "object": { "description": "The ID (GUID) or path of the object to control via the transport object.", "anyOf": [ { "type": "string", "pattern": *Must be a valid GUID* }, { "type": "string", "pattern": "^\\\\" } ] }, "gameObject": { "description": "The game object to use for playback.", "type": "integer", "minimum": 0, "maximum": 18446744073709551615 } }, "required": [ "object" ], "additionalProperties": false }
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": { "transport": { "description": "Transport object ID to be used with all other ak.wwise.core.transport functions.", "type": "integer", "minimum": 0, "maximum": 4294967295 } }, "additionalProperties": false }
Document version : 1
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise