Class: Stagecraft::Loaders::GLTF::Result
- Inherits:
-
Data
- Object
- Data
- Stagecraft::Loaders::GLTF::Result
- Defined in:
- lib/stagecraft/loaders/gltf_loader.rb
Instance Attribute Summary collapse
-
#animations ⇒ Object
readonly
Returns the value of attribute animations.
-
#cameras ⇒ Object
readonly
Returns the value of attribute cameras.
-
#scene ⇒ Object
readonly
Returns the value of attribute scene.
-
#scenes ⇒ Object
readonly
Returns the value of attribute scenes.
Instance Attribute Details
#animations ⇒ Object (readonly)
Returns the value of attribute animations
6 7 8 |
# File 'lib/stagecraft/loaders/gltf_loader.rb', line 6 def animations @animations end |
#cameras ⇒ Object (readonly)
Returns the value of attribute cameras
6 7 8 |
# File 'lib/stagecraft/loaders/gltf_loader.rb', line 6 def cameras @cameras end |
#scene ⇒ Object (readonly)
Returns the value of attribute scene
6 7 8 |
# File 'lib/stagecraft/loaders/gltf_loader.rb', line 6 def scene @scene end |
#scenes ⇒ Object (readonly)
Returns the value of attribute scenes
6 7 8 |
# File 'lib/stagecraft/loaders/gltf_loader.rb', line 6 def scenes @scenes end |