Skip to content

AudioService.Update(float) Method

Definition

Namespace: Brine2D.Audio

Per-frame update that processes deferred track cleanup and advances any in-progress music crossfade. Call once per frame with the frame delta time.

public void Update(float deltaTime);

Parameters

deltaTime System.Single

Implements Update(float)