Module: Graphics::FPSBalancer::Marker
- Included in:
- GamePlay::BaseCleanUpdate::FrameBalanced, Scene_Map
- Defined in:
- scripts/00700 Ajout_PSDK/00002 FPSBalancer.rb
Instance Method Summary collapse
-
#frame_balanced? ⇒ Boolean
Function telling the object is supposed to be frame balanced.
Instance Method Details
#frame_balanced? ⇒ Boolean
Function telling the object is supposed to be frame balanced
79 80 81 |
# File 'scripts/00700 Ajout_PSDK/00002 FPSBalancer.rb', line 79 def frame_balanced? return true end |