Module: RGSS::Graphics
- Defined in:
- lib/rgss.rb,
lib/rgss/batch.rb,
lib/rgss/stubs/rpg.rb
Class Attribute Summary collapse
-
.batch ⇒ Object
readonly
Returns the value of attribute batch.
Class Method Summary collapse
Class Attribute Details
.batch ⇒ Object (readonly)
Returns the value of attribute batch.
52 53 54 |
# File 'lib/rgss/batch.rb', line 52 def batch @batch end |
Class Method Details
.fps ⇒ Object
233 234 |
# File 'lib/rgss/stubs/rpg.rb', line 233 def self.fps end |
.render ⇒ Object
73 74 75 |
# File 'lib/rgss.rb', line 73 def self.render(state) @batch.each { |obj| obj.render(state) } end |