.. role:: ts-api-decorator

#################
Base64ModelBundle
#################

.. js:module:: cee.cug
   :noindex:

.. container:: ts-api-section

   .. js:class:: Base64ModelBundle

      Base64ModelBundle



.. container:: api-index-section

   .. rubric:: Properties

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

   * :js:attr:`~cee.cug.Base64ModelBundle.bundleMagic`
   * :js:attr:`~cee.cug.Base64ModelBundle.fragmentArr`
   * :js:attr:`~cee.cug.Base64ModelBundle.frameArr`
   * :js:attr:`~cee.cug.Base64ModelBundle.modelInfo`





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

Properties
==========

.. container:: ts-api-section

   .. js:attribute:: Base64ModelBundle.bundleMagic

      :type: string

      Magic string including bundle version number, eg "cugbundle_ver00"



.. container:: ts-api-section

   .. js:attribute:: Base64ModelBundle.fragmentArr

      :type: [string]

      Array of base64 encoded fragments, indexed by fragment index



.. container:: ts-api-section

   .. js:attribute:: Base64ModelBundle.frameArr

      :type: [string]

      Array of base64 encoded frames, indexed by frame index



.. container:: ts-api-section

   .. js:attribute:: Base64ModelBundle.modelInfo

      :type: any

      Model info in the shape of a CUGSModelInfo object



