C# Class kOS.Sound.VoiceValue

Inheritance: Structure, IUpdateObserver
Show file Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InitalizeSuffixes ( ) : void
KOSUpdate ( double deltaTime ) : void
Play ( Structure notes ) : void
Stop ( ) : void
ToString ( ) : string
VoiceValue ( kOS.Safe.UpdateHandler updateHandler, int voiceNum, ISoundMaker maker ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InitalizeSuffixes() public method

public InitalizeSuffixes ( ) : void
return void

KOSUpdate() public method

public KOSUpdate ( double deltaTime ) : void
deltaTime double
return void

Play() public method

public Play ( Structure notes ) : void
notes Structure
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

VoiceValue() public method

public VoiceValue ( kOS.Safe.UpdateHandler updateHandler, int voiceNum, ISoundMaker maker ) : System
updateHandler kOS.Safe.UpdateHandler
voiceNum int
maker ISoundMaker
return System