class Glove::Quad
- Glove::Quad
- Reference
- Object
Defined in:
quad.crConstructors
- .new(width : Float32, height : Float32, texture_width : Float32, texture_height : Float32, offset_x : Float32, offset_y : Float32)
- .new(width : Float32, height : Float32, texture_width : Float32, texture_height : Float32)
- .new(width : Float32, height : Float32)
- .new
Instance Method Summary
Constructor Detail
def self.new(width : Float32, height : Float32, texture_width : Float32, texture_height : Float32, offset_x : Float32, offset_y : Float32)
#
def self.new(width : Float32, height : Float32, texture_width : Float32, texture_height : Float32)
#