Skip to content

IAudioPlayer.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.

void Update(float deltaTime);

Parameters

deltaTime System.Single