
######################
MetallicRoughnessValue
######################

.. js:class:: MetallicRoughnessValue

   Represents a node's metallic and roughness values when using a metallic roughness shading model.
   
   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~MetallicRoughnessValue.metallic`
   * :js:data:`~MetallicRoughnessValue.roughness`
   
   




Properties
==========

.. js:data:: MetallicRoughnessValue.metallic

   .. rst-class:: sig-pretty-signature
   
      | metallic: *number*
   
   Metallic value
   



.. js:data:: MetallicRoughnessValue.roughness

   .. rst-class:: sig-pretty-signature
   
      | roughness: *number*
   
   Roughness value
   





