abstract class Looper::Accent

Direct Known Subclasses

Defined in:

looper/accent.cr

Constant Summary

SIZE = 8

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Float32 | Int32, y : Float32 | Int32, sprite : Sprite) #

[View source]

Instance Method Detail

def draw #

[View source]
def height(*args, **options) #

[View source]
def height(*args, **options, &) #

[View source]
def sprite : Sprite #

[View source]
def width(*args, **options) #

[View source]
def width(*args, **options, &) #

[View source]
def x : Int32 | Float32 #

[View source]
def x=(x : Int32 | Float32) #

[View source]
def y : Int32 | Float32 #

[View source]
def y=(y : Int32 | Float32) #

[View source]