Class: Bitmap Deprecated

Inherits:
LiteRGSS::Bitmap show all
Defined in:
scripts/00000 Dependencies/00001 LiteRGSS2/00000 DataClasses.rb

Overview

Deprecated.

Please stop using bitmap to talk about texture!

Class that stores an image loaded from file or memory into the VRAM

Instance Attribute Summary

Attributes inherited from LiteRGSS::Bitmap

#height, #rect, #width

Instance Method Summary collapse

Methods inherited from LiteRGSS::Bitmap

new, #to_png, #to_png_file, #update

Methods inherited from LiteRGSS::Disposable

#dispose, #disposed?

Constructor Details

#initialize(*args) ⇒ Bitmap

Create a new Bitmap



37
38
39
40
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/00000 DataClasses.rb', line 37

def initialize(*args)
  log_error('Please stop using Bitmap!')
  super
end