Đặt khoảng cách âm lượng

Hệ thống nhập liệu
Cả máy chủ và máy khách
Cả Mobile và PC

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

Khai báo

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

Tham số

Input

Tên Kiểu Mô tả
Danh sách khoảng cách ListT_Float A list of distance ranges, each corresponding to an element in the volume list.
Danh sách âm lượng ListT_Int A list of volumes, each corresponding to an element in the distance list.