Show / Hide Table of Contents

Class SongSettingsGUI

Contains everything related to drawing and processing input for the song settings block.

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

Constructors

SongSettingsGUI(MusicComposerEditorWindow)

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

Methods

Draw(Song, Pattern)

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