Libraries
»
rgss
(0.0.1)
»
Index
»
RGSS
»
Texture
»
#rect
Method: RGSS::Texture#rect
Defined in:
lib/rgss/texture.rb
#
rect
⇒
Object
45 46 47
# File 'lib/rgss/texture.rb', line 45
def
rect
Rect
.
new
(
0
,
0
,
@width
,
@height
)
end