Module: RGSS::Graphics

Defined in:
lib/rgss.rb,
lib/rgss/batch.rb,
lib/rgss/stubs/rpg.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.batchObject (readonly)

Returns the value of attribute batch.



52
53
54
# File 'lib/rgss/batch.rb', line 52

def batch
  @batch
end

Class Method Details

.fpsObject



233
234
# File 'lib/rgss/stubs/rpg.rb', line 233

def self.fps
end

.renderObject



73
74
75
# File 'lib/rgss.rb', line 73

def self.render(state)
  @batch.each { |obj| obj.render(state) }
end