Enables debug assertions. Every call to enableAsserts with false increments the ref count. Calling with true will decrement the ref count. This is only available with Debug builds.
Graphical User Interface, Command-Line Interface.
Name | Type | Description |
---|---|---|
enable * | boolean | Indicate if assertions should be enabled or disabled. |
(Required *)
type : boolean
description : Indicate if assertions should be enabled or disabled.
{ "type": "object", "properties": { "enable": { "type": "boolean", "description": "Indicate if assertions should be enabled or disabled." } }, "required": [ "enable" ], "additionalProperties": false }
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": {}, "additionalProperties": false }
Document version : 1
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise