class Mittsu::Group
Public Class Methods
new()
click to toggle source
Calls superclass method
Mittsu::Object3D::new
# File lib/mittsu/objects/group.rb, line 3 def initialize super @type = 'Group' end