Class: Collada::Parser::Scene
- Inherits:
-
Object
- Object
- Collada::Parser::Scene
- Defined in:
- lib/collada/parser/scene.rb
Instance Attribute Summary collapse
-
#library ⇒ Object
readonly
Returns the value of attribute library.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(library) ⇒ Scene
constructor
A new instance of Scene.
Constructor Details
#initialize(library) ⇒ Scene
Returns a new instance of Scene.
266 267 268 |
# File 'lib/collada/parser/scene.rb', line 266 def initialize(library) @library = library end |
Instance Attribute Details
#library ⇒ Object (readonly)
Returns the value of attribute library.
270 271 272 |
# File 'lib/collada/parser/scene.rb', line 270 def library @library end |