Show / Hide Table of Contents

Class TrackGUI

Contains everything related to drawing and processing input for the tracks of the active song.

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

Constructors

TrackGUI(MusicComposerEditorWindow)

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

Properties

PlayingTrack

Declaration
public Track PlayingTrack { get; }
Property Value
Type Description
Track

Methods

UpdateAndDraw(Song, Pattern, Single)

Declaration
public void UpdateAndDraw(Song activeSong, Pattern activePattern, float windowWidth)
Parameters
Type Name Description
Song activeSong
Pattern activePattern
System.Single windowWidth
Back to top Generated by DocFX