Show / Hide Table of Contents

Class PatternComposerGUI

Contains all drawing and input processing for the pattern composer part of the music composer.

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

Constructors

PatternComposerGUI(MusicComposerEditorWindow)

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

Methods

UpdateAndDraw(Song, Pattern)

Handles everything related to the pattern composer. Such as handling input and drawing required UI components.

Declaration
public void UpdateAndDraw(Song activeSong, Pattern activePattern)
Parameters
Type Name Description
Song activeSong

The currently selected song.

Pattern activePattern

The currently selected pattern.

Back to top Generated by DocFX