Libraries
»
rgss
(0.0.1)
»
Index
»
RGSS
»
Texture
»
#size
Method: RGSS::Texture#size
Defined in:
lib/rgss/texture.rb
#
size
⇒
Object
41 42 43
# File 'lib/rgss/texture.rb', line 41
def
size
Size
.
new
(
@width
,
@height
)
end