Table of Contents
Randomized audio clip amongst a number of variants
public class RandomizedAudioClipResource<T> : BTD_Mod_Helper.Api.Data.AudioClipResource<T>
where T : BTD_Mod_Helper.BloonsMod
T
Inheritance System.Object Resource BTD_Mod_Helper.Api.Data.AudioClipResource<T> RandomizedAudioClipResource
Randomized audio clip amongst a number of variants
public RandomizedAudioClipResource(string name, System.Collections.Generic.IEnumerable<BTD_Mod_Helper.Api.Data.AudioClipResource<T>> clips);
name System.String
clips System.Collections.Generic.IEnumerable<BTD_Mod_Helper.Api.Data.AudioClipResource<T>>
The AudioClipReference for this resource.
public override AudioClipReference AudioClipReference { get; }