Skip to content

class Celestine::Use
inherits Celestine::Drawable #

Allows reuse of another drawable by ID

Included modules

Celestine::Modules::Animate Celestine::Modules::Animate::Motion Celestine::Modules::Animate::Transform Celestine::Modules::Body Celestine::Modules::Filter Celestine::Modules::Mask Celestine::Modules::StrokeFill Celestine::Modules::Transform

Constants#

TAG = "use" #

Class methods#

.new(target_id : Sting) #

View source

.new #

View source

Methods#

#draw(io : IO) : Nil #

Draws this use to the IO

View source

#target_id : String #

The ID to be reused

View source

#target_id=(target_id : String) #

The ID to be reused

View source