abstract class Nya::AbsObject

Overview

Abstract base class for objects

Defined in:

nya/object.cr

Instance Method Summary

Instance Method Detail

abstract def ancestor_or_same?(t : U.class) forall U #

[View source]
abstract def awake(engine : Engine) #

Post-initializes this object


[View source]
abstract def awake #

Post-initializes this object


[View source]
abstract def render(tag : String | Nil) #

Renders object with given tag


[View source]
abstract def update #

Updates state of this object


[View source]