class Object
Constants
- AABB
- TColor
alias Toxi::TColor
- TVec2D
to disambiguate our own Vec2D and Vec3D we give new name to toxi versions
- TVec3D
Public Instance Methods
import_class_list(list, string)
click to toggle source
# File lib/toxiclibs.rb, line 4 def import_class_list(list, string) list.each { |klass| java_import format(string, klass) } end