struct GBA::Sprite
- GBA::Sprite
- Struct
- Value
- Object
Defined in:
crab/gba/ppu.crConstructors
Instance Method Summary
- #aff_param : Int16
- #affine
- #affine_mode
- #attr0 : UInt16
- #attr0_bit_9
- #attr1 : UInt16
- #attr1_bits_9_13
- #attr2 : UInt16
- #clone
- #color_mode_8bpp
- #copy_with(attr0 _attr0 = @attr0, attr1 _attr1 = @attr1, attr2 _attr2 = @attr2, aff_param _aff_param = @aff_param)
- #obj_mode
- #obj_mosaic
- #obj_shape
- #obj_size
- #palette_bank
- #priority
- #tile_idx
- #x_coord
- #y_coord
Constructor Detail
Instance Method Detail
def copy_with(attr0 _attr0 = @attr0, attr1 _attr1 = @attr1, attr2 _attr2 = @attr2, aff_param _aff_param = @aff_param)
#