Enum OscillatorType
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("None")]
public enum OscillatorType
Fields
[EnumValue("sine")] Sine = 0[EnumValue("square")] Square = 1[EnumValue("sawtooth")] Sawtooth = 2[EnumValue("triangle")] Triangle = 3[EnumValue("custom")] Custom = 4