Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 279 Bytes

File metadata and controls

26 lines (14 loc) · 279 Bytes

Sound:SetVolume

设置音效播放的音量

sound:SetVolume(value)

参数:

  • sound [userdata-Sound]:音效数据
  • value [number]:音量大小,取值范围为0-128

返回值:

示例