.. role:: ts-api-decorator

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

.. container:: ts-api-section

   .. js:class:: MetallicRoughnessValue

      Represents a node's metallic and roughness values when using a metallic roughness shading model.



.. container:: api-index-section

   .. rubric:: Properties

   .. rst-class:: api-index-list-item api-kind-property api-parent-kind-interface

   * :js:attr:`~MetallicRoughnessValue.metallic`
   * :js:attr:`~MetallicRoughnessValue.roughness`





------------

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: MetallicRoughnessValue.metallic

      :type: number

      Metallic value



.. container:: ts-api-section

   .. js:attribute:: MetallicRoughnessValue.roughness

      :type: number

      Roughness value



