Show / Hide Table of Contents

Class SampleSet

The sample set consists of audio samples and contains an AudioClip that can be used to play those samples.

Inheritance
System.Object
SampleSet
Namespace: InsaneScatterbrain.RetroKit
Syntax
[Serializable]
public class SampleSet

Properties

AudioClip

Returns the AudioClip that contains the audio samples of this SampleSet.

Declaration
public AudioClip AudioClip { get; }
Property Value
Type Description
UnityEngine.AudioClip

Methods

GenerateAudioClip()

Generate the AudioClip for this sample set.

Declaration
public void GenerateAudioClip()
Back to top Generated by DocFX