abstract class Game::Entity

Direct Known Subclasses

Defined in:

game/shapes/entity.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def draw #

[View source]
def height #

[View source]
def height=(_height) #

[View source]
def update(_frame_time) #

[View source]
def width #

[View source]
def width=(_width) #

[View source]
def x #

[View source]
def x=(_x) #

[View source]
def y #

[View source]
def y=(_y) #

[View source]