Show / Hide Table of Contents

Class PatternSettingsGUI

Contains all the drawing and input processing for the pattern settings block.

Inheritance
System.Object
PartialEditorWindow<MusicComposerEditorWindow>
PatternSettingsGUI
Inherited Members
PartialEditorWindow<MusicComposerEditorWindow>.Parent
PartialEditorWindow<MusicComposerEditorWindow>.Undoer
PartialEditorWindow<MusicComposerEditorWindow>.RetroKitEditorGui
Namespace: InsaneScatterbrain.RetroKit.Editor
Syntax
public class PatternSettingsGUI : PartialEditorWindow<MusicComposerEditorWindow>

Constructors

PatternSettingsGUI(MusicComposerEditorWindow)

Declaration
public PatternSettingsGUI(MusicComposerEditorWindow parent)
Parameters
Type Name Description
MusicComposerEditorWindow parent

Methods

UpdateAndDraw(Song, Pattern, Song)

Declaration
public Pattern UpdateAndDraw(Song activeSong, Pattern activePattern, Song previousSong)
Parameters
Type Name Description
Song activeSong
Pattern activePattern
Song previousSong
Returns
Type Description
Pattern
Back to top Generated by DocFX