Class: UI::Storage::PokemonIcon
- Inherits:
-
PokemonIconSprite
- Object
- LiteRGSS::Disposable
- LiteRGSS::Drawable
- LiteRGSS::Sprite
- LiteRGSS::ShaderedSprite
- Sprite
- ShaderedSprite
- SpriteSheet
- PokemonIconSprite
- UI::Storage::PokemonIcon
- Defined in:
- docs/4_Systems_200_Storage.rb
Overview
Icon of a creature in the storage UI
Instance Attribute Summary
Attributes inherited from SpriteSheet
Attributes inherited from LiteRGSS::ShaderedSprite
Attributes inherited from LiteRGSS::Sprite
#__index__, #angle, #bitmap, #height, #mirror, #opacity, #ox, #oy, #src_rect, #viewport, #visible, #width, #x, #y, #z, #zoom, #zoom_x, #zoom_y
Instance Method Summary collapse
-
#data=(box)
Set the box data.
-
#initialize(viewport, index) ⇒ PokemonIcon
constructor
A new instance of PokemonIcon.
-
#simple_mouse_in?(mouse_x = Mouse.x, mouse_y = Mouse.y) ⇒ Boolean
Tell if the mouse is in the sprite.
Methods inherited from PokemonIconSprite
Methods inherited from SpriteSheet
Methods inherited from Sprite
#load, #mouse_in?, #set_origin_div, #set_rect, #set_rect_div, #set_z, #translate_mouse_coords, #update
Methods inherited from LiteRGSS::Sprite
new, #set_origin, #set_position
Methods inherited from LiteRGSS::Disposable
Constructor Details
#initialize(viewport, index) ⇒ PokemonIcon
Returns a new instance of PokemonIcon.
772 773 |
# File 'docs/4_Systems_200_Storage.rb', line 772 def initialize(, index) end |
Instance Method Details
#data=(box)
Set the box data
776 777 |
# File 'docs/4_Systems_200_Storage.rb', line 776 def data=(box) end |