.. role:: ts-api-decorator

##################
MeshDataCopyVertex
##################

.. container:: ts-api-section

   .. js:class:: MeshDataCopyVertex

      The data for a single vertex in a [[MeshDataCopy]], returned by a [[MeshDataCopyIterator]].



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~MeshDataCopyVertex.RGBA`
   * :js:attr:`~MeshDataCopyVertex.UV`
   * :js:attr:`~MeshDataCopyVertex.normal`
   * :js:attr:`~MeshDataCopyVertex.position`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: MeshDataCopyVertex.RGBA

      :type: [number] :ts-api-decorator:`optional`

      The color of the vertex in RGBA format, if available. Possible values are integers 0-255.



.. container:: ts-api-section

   .. js:attribute:: MeshDataCopyVertex.UV

      :type: [number] :ts-api-decorator:`optional`

      The vertex's 2-dimensional texture coordinates, if available.



.. container:: ts-api-section

   .. js:attribute:: MeshDataCopyVertex.normal

      :type: [number] :ts-api-decorator:`optional`

      The vertex's 3-dimensional normal, if available.



.. container:: ts-api-section

   .. js:attribute:: MeshDataCopyVertex.position

      :type: [number]

      The vertex's 3-dimensional position.



