IAudioDetector
The interface for audio detector to get the enabled property.
| Type | Name | Interface Description |
|---|---|---|
| Variables | enabled: boolean | • Function: Whether the detector is enabled. |
Use Case
@component()
export class NewBehaviourScript extends APJS.BasicScriptComponent {
onStart() {
// TODO: instantiate / use IAudioDetector here
}
onUpdate(deltaTime: number) {
}
}