Class: Yuki::Debug::MainUI

Inherits:
Object show all
Defined in:
docs/01500_Yuki.rb

Overview

Main UI of the debugger

Constant Summary collapse

SCREEN_X =

Returns x position of the GUI on the screen.

Returns:

  • (Integer)

    x position of the GUI on the screen

322

Instance Method Summary collapse

Constructor Details

#initialize(viewport) ⇒ MainUI

Create a new MainUI for the debug system

Parameters:

  • viewport (Viewport)

    viewport used to display the UI



910
911
# File 'docs/01500_Yuki.rb', line 910

def initialize(viewport)
end

Instance Method Details

#update

Update the gui



913
914
# File 'docs/01500_Yuki.rb', line 913

def update
end