# File lib/as_scenegraph.rb, line 3
    def inspect(indent=0)
      str = child.inspect(indent + 1)
      
      "#{"\t"*indent}#{self.class}\n#{str}"
    end