Class: LiteRGSS::Disposable

Inherits:
Object show all
Defined in:
LiteRGSS.rb.yard.rb

Overview

Class of all the element that can be disposed

Direct Known Subclasses

Bitmap, Drawable, Image, Viewport

Instance Method Summary collapse

Instance Method Details

#disposeself

Dispose the element (and free its memory)

Returns:

  • (self)


130
131
132
# File 'LiteRGSS.rb.yard.rb', line 130

def dispose

end

#disposed?Boolean

Tell if the element was disposed

Returns:

  • (Boolean)


135
136
137
# File 'LiteRGSS.rb.yard.rb', line 135

def disposed?

end