Class: Engine::Components::FontRenderer

Inherits:
FontRendererBase show all
Defined in:
lib/engine/components/renderers/font_renderer.rb

Instance Attribute Summary

Attributes inherited from FontRendererBase

#mesh, #texture

Attributes inherited from Engine::Component

#game_object

Instance Method Summary collapse

Methods inherited from FontRendererBase

#awake, #draw, #start, #update_string

Methods inherited from Engine::Component

#_erase!, #destroy, #destroy!, #destroyed?, destroyed_components, erase_destroyed_components, method_added, #set_game_object, #start, #ui_renderer?, #update

Methods included from Serializable

allowed_class?, #awake, get_class, included, register_class, #uuid

Instance Method Details

#renderer?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/engine/components/renderers/font_renderer.rb', line 5

def renderer?
  true
end