Definir Volumes por distância

Sistema de entrada
Servidor e Cliente
Celular e PC

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

Declaração

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

Parâmetros

Entrada

Nome Tipo Descrição
Lista de distância ListT_Float A list of distance ranges, each corresponding to an element in the volume list.
Lista de volume ListT_Int A list of volumes, each corresponding to an element in the distance list.