Set Distance Volumes

Input System
Tanto lado del cliente como del usuario
Disponible en PC y móvil

Set the distance ranges between players to dynamically set audio volume.

Declaración

func SetDistanceVolumes(distanceList List<float>, volumeList List<int>)
go

Parámetros

Entrada

Nombre Tipo Descripción
Distance List ListT_Float A list of distance ranges, each corresponding to an element in the volume list.
Volume List ListT_Int A list of volumes, each corresponding to an element in the distance list.