![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Stores the data and properties of a given sound file.
Documentation updated 1/24/2025
Public Attributes | |
string | name |
Name of this sound. This is how the sound will be referenced in scripts. | |
AudioClip | clip |
Reference to the audio file. | |
float | volume = 0.5f |
Volume of the sound. Range limited to 0 to 1. | |
AudioClip Sound.clip |
Reference to the audio file.
string Sound.name |
Name of this sound. This is how the sound will be referenced in scripts.
float Sound.volume = 0.5f |
Volume of the sound. Range limited to 0 to 1.