Class: VA3C::Scene
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#geometries ⇒ Object
Returns the value of attribute geometries.
-
#materials ⇒ Object
Returns the value of attribute materials.
-
#object ⇒ Object
Returns the value of attribute object.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#geometries ⇒ Object
Returns the value of attribute geometries
28 29 30 |
# File 'lib/measures/view_data/resources/va3c.rb', line 28 def geometries @geometries end |
#materials ⇒ Object
Returns the value of attribute materials
28 29 30 |
# File 'lib/measures/view_data/resources/va3c.rb', line 28 def materials @materials end |
#object ⇒ Object
Returns the value of attribute object
28 29 30 |
# File 'lib/measures/view_data/resources/va3c.rb', line 28 def object @object end |