C# Class kOS.Sound.SquareSoundWave

A variant of ProceduralSoundWave that just makes a dumb square waveform.
Inheritance: ProceduralSoundWave
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
InitSettings ( ) : void
SampleFunction ( float t ) : float
SquareSoundWave ( ) : System

Method Details

InitSettings() public méthode

public InitSettings ( ) : void
Résultat void

SampleFunction() public méthode

public SampleFunction ( float t ) : float
t float
Résultat float

SquareSoundWave() public méthode

public SquareSoundWave ( ) : System
Résultat System