.. role:: clio-readonly
   :class: clio-flag clio-flag-readonly


###########
NodeChannel
###########

.. js:class:: Animation.NodeChannel

   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~Animation.NodeChannel.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~Animation.NodeChannel.colorMap`
   * :js:data:`~Animation.NodeChannel.name`
   * :js:data:`~Animation.NodeChannel.nodeId`
   * :js:data:`~Animation.NodeChannel.property`
   * :js:data:`~Animation.NodeChannel.sampler`
   
   




Constructors
============

.. js:method:: Animation.NodeChannel.constructor

   .. rst-class:: sig-pretty-signature
   
      | NodeChannel(**name**\ : *string*\ , **nodeId**\ : *number*\ , **property**\ : :js:data:`NodeProperty <Animation.NodeProperty>`\ , **sampler**\ : :js:class:`Sampler <Animation.Sampler>`\ ): :js:class:`NodeChannel <Animation.NodeChannel>`
   
   **Parameters**
   
      **name**\ : *string*
   
      **nodeId**\ : *number*
   
      **property**\ : :js:data:`NodeProperty <Animation.NodeProperty>`
   
      **sampler**\ : :js:class:`Sampler <Animation.Sampler>`
   
   
   **Returns**\ : :js:class:`NodeChannel <Animation.NodeChannel>`
   





Properties
==========

.. js:data:: Animation.NodeChannel.colorMap

   .. rst-class:: sig-pretty-signature
   
      | colorMap: (*undefined* \| :js:data:`ColorMap <Animation.ColorMap>`\ )
   



.. js:data:: Animation.NodeChannel.name

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | name: *string*
   



.. js:data:: Animation.NodeChannel.nodeId

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | nodeId: *number*
   



.. js:data:: Animation.NodeChannel.property

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | property: :js:data:`NodeProperty <Animation.NodeProperty>`
   



.. js:data:: Animation.NodeChannel.sampler

   .. rst-class:: clio-flags
   
      :clio-readonly:`readonly`
   
   .. rst-class:: sig-pretty-signature
   
      | sampler: :js:class:`Sampler <Animation.Sampler>`
   





