Class: VA3C::SceneChild
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#geometry ⇒ Object
Returns the value of attribute geometry.
-
#material ⇒ Object
Returns the value of attribute material.
-
#matrix ⇒ Object
Returns the value of attribute matrix.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#userData ⇒ Object
Returns the value of attribute userData.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#geometry ⇒ Object
Returns the value of attribute geometry
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def geometry @geometry end |
#material ⇒ Object
Returns the value of attribute material
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def material @material end |
#matrix ⇒ Object
Returns the value of attribute matrix
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def matrix @matrix end |
#name ⇒ Object
Returns the value of attribute name
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def name @name end |
#type ⇒ Object
Returns the value of attribute type
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def type @type end |
#userData ⇒ Object
Returns the value of attribute userData
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def userData @userData end |
#uuid ⇒ Object
Returns the value of attribute uuid
36 37 38 |
# File 'lib/measures/view_data/resources/va3c.rb', line 36 def uuid @uuid end |