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

.. js:class:: wv.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:`~wv.MetallicRoughnessValue.metallic`
   * :js:data:`~wv.MetallicRoughnessValue.roughness`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.MetallicRoughnessValue.metallic

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



.. js:data:: wv.MetallicRoughnessValue.roughness

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




