-
Notifications
You must be signed in to change notification settings - Fork 1
AudioClip bindings
SDraw edited this page Jun 14, 2023
·
4 revisions
Refer to Unity's AudioClip documentation for properties and methods description.
-
ambisonic
: get, boolean -
channels
: get, integer -
frequency
: get, integer -
length
: get, float -
loadInBackground
: get, boolean -
loadState
: get, string as enum -
loadType
: get, string as enum -
preloadAudioData
: get, boolean -
samples
: get, integer
-
bool IsAudioClip(object obj)
: checks if value is type ofAudioClip
.
- Inherits properties and methods from Object.