Class: UI::Storage::BoxNameBackground

Inherits:
ShaderedSprite show all
Defined in:
scripts/01450 Systems/00200 Storage/00002 UI_Storage/00005 BoxNameBackground.rb

Overview

Background for the name of the box

Instance Attribute Summary collapse

Attributes inherited from LiteRGSS::ShaderedSprite

#blendmode, #shader

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

Method Summary

Methods inherited from Sprite

#load, #mouse_in?, #set_origin_div, #set_rect, #set_rect_div, #set_z, #simple_mouse_in?, #translate_mouse_coords, #update

Methods inherited from LiteRGSS::Sprite

new, #set_origin, #set_position

Methods inherited from LiteRGSS::Disposable

#dispose, #disposed?

Instance Attribute Details

#dataPFM::Storage::Box

Get current box data

Returns:



7
8
9
# File 'scripts/01450 Systems/00200 Storage/00002 UI_Storage/00005 BoxNameBackground.rb', line 7

def data
  @data
end