C# Class kOS.Sound.SawtoothSoundWave

A variant of ProceduralSoundWave that emits a sawtooth shaped wave.
Inheritance: ProceduralSoundWave
Show file Open project: KSP-KOS/KOS

Public Methods

Method Description
SampleFunction ( float t ) : float
SawtoothSoundWave ( ) : System

Method Details

SampleFunction() public method

public SampleFunction ( float t ) : float
t float
return float

SawtoothSoundWave() public method

public SawtoothSoundWave ( ) : System
return System