class TEF::Animation::Box
Public Class Methods
new(layer_no = 0)
click to toggle source
Calls superclass method
TEF::Animation::Animatable::new
# File lib/tef/Animation/Animatable.rb, line 383 def initialize(layer_no = 0) super(); @layer = layer_no; end
Public Instance Methods
creation_string()
click to toggle source
# File lib/tef/Animation/Animatable.rb, line 389 def creation_string "BOX #{@module_id} #{@layer}" end