Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 624 Bytes

audiosource.md

File metadata and controls

16 lines (12 loc) · 624 Bytes

AudioSource Component

Properties

Properties Function Explanation
Clip Audio resource object to play
Volume Audio volume, the range is between 0~1
Mute Whether it is muted
Loop Whether it is loop
Play on load Whether to play audio automatically after the component is activated
preload Whether to load preloaded when it is not playing

More audio interface to the script interface AudioSource API.