abstract class Nya::AbsObject
- Nya::AbsObject
- Reference
- Object
Overview
Abstract base class for objects
Defined in:
nya/object.crInstance Method Summary
- #ancestor_or_same?(t : U.class) forall U
-
#awake(engine : Engine)
Post-initializes this object
-
#awake
Post-initializes this object
-
#render(tag : String | Nil)
Renders object with given
tag
-
#update
Updates state of this object