
###################
A3DPDFAnimationData
###################

.. c:struct:: A3DPDFAnimationData

   Structure to define an animation. 
   
   
      6.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFAnimationData.m_pcName`
   * :c:member:`~A3DPDFAnimationData.m_iNumAnimationMotions`
   * :c:member:`~A3DPDFAnimationData.m_ppAnimationMotions`
   * :c:member:`~A3DPDFAnimationData.m_iFramesPerSecond`
   
   



.. rst-class:: kind-group kind-variable

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


.. c:member:: A3DUTF8Char* A3DPDFAnimationData.m_pcName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Name of the animation. 
      



.. c:member:: A3DUns32 A3DPDFAnimationData.m_iNumAnimationMotions

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of motions. 
      



.. c:member:: A3DPDFAnimMotion** A3DPDFAnimationData.m_ppAnimationMotions

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DPDFAnimMotion`\ **
      
      Array of motions. 
      



.. c:member:: A3DInt32 A3DPDFAnimationData.m_iFramesPerSecond

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Number of frames per second. 
      




