Class: VA3C::Material
- Defined in:
- lib/measures/view_data/resources/va3c.rb,
lib/measures/view_model/resources/va3c.rb
Instance Attribute Summary collapse
-
#ambient ⇒ Object
Returns the value of attribute ambient.
-
#color ⇒ Object
Returns the value of attribute color.
-
#emissive ⇒ Object
Returns the value of attribute emissive.
-
#opacity ⇒ Object
Returns the value of attribute opacity.
-
#shininess ⇒ Object
Returns the value of attribute shininess.
-
#side ⇒ Object
Returns the value of attribute side.
-
#specular ⇒ Object
Returns the value of attribute specular.
-
#transparent ⇒ Object
Returns the value of attribute transparent.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#wireframe ⇒ Object
Returns the value of attribute wireframe.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#ambient ⇒ Object
Returns the value of attribute ambient
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def ambient @ambient end |
#color ⇒ Object
Returns the value of attribute color
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def color @color end |
#emissive ⇒ Object
Returns the value of attribute emissive
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def emissive @emissive end |
#opacity ⇒ Object
Returns the value of attribute opacity
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def opacity @opacity end |
#shininess ⇒ Object
Returns the value of attribute shininess
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def shininess @shininess end |
#side ⇒ Object
Returns the value of attribute side
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def side @side end |
#specular ⇒ Object
Returns the value of attribute specular
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def specular @specular end |
#transparent ⇒ Object
Returns the value of attribute transparent
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def transparent @transparent end |
#type ⇒ Object
Returns the value of attribute type
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def uuid @uuid end |
#wireframe ⇒ Object
Returns the value of attribute wireframe
33 34 35 |
# File 'lib/measures/view_data/resources/va3c.rb', line 33 def wireframe @wireframe end |