Class: Yuki::Debug::Groups

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

Overview

Show the Groups in debug mod

Instance Method Summary collapse

Constructor Details

#initialize(viewport, stack) ⇒ Groups

Create a new Group viewer

Parameters:



953
954
# File 'docs/01500_Yuki.rb', line 953

def initialize(viewport, stack)
end

Instance Method Details

#load_groups

Load the groups



959
960
# File 'docs/01500_Yuki.rb', line 959

def load_groups
end

#load_remaining_groups(y) ⇒ Integer

Load the remaining groups

Parameters:

  • y (Integer)

    initial y position

Returns:

  • (Integer)

    final y position



964
965
# File 'docs/01500_Yuki.rb', line 964

def load_remaining_groups(y)
end

#update

Update the view



956
957
# File 'docs/01500_Yuki.rb', line 956

def update
end