Class: Carbuncle::Scene

Inherits:
Container show all
Defined in:
gems/carbuncle-scene/mrblib/scene.rb

Constant Summary

Constants included from Enumerable

Enumerable::NONE

Instance Method Summary collapse

Methods inherited from Container

#add_child, #add_children, #children, #draw, #each, #initialize, #remove_child, #remove_children, #update

Methods included from Enumerable

__update_hash, #all?, #any?, #chain, #collect, #count, #cycle, #detect, #drop, #drop_while, #each_cons, #each_slice, #each_with_index, #each_with_object, #entries, #filter_map, #find_all, #find_index, #first, #flat_map, #grep, #group_by, #hash, #include?, #inject, #lazy, #max, #max_by, #min, #min_by, #minmax, #minmax_by, #none?, #one?, #partition, #reject, #reverse_each, #sort, #sort_by, #sum, #take, #take_while, #tally, #to_h, #uniq, #zip

Constructor Details

This class inherits a constructor from Carbuncle::Container

Instance Method Details

#startObject



3
# File 'gems/carbuncle-scene/mrblib/scene.rb', line 3

def start; end

#terminateObject



5
# File 'gems/carbuncle-scene/mrblib/scene.rb', line 5

def terminate; end