Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "svf/fragments"

Index

Functions

Functions

parseFragments

  • parseFragments(buffer: Buffer): Iterable<IFragment>
  • Parses fragments from a binary buffer, typically stored in a file called 'FragmentList.pack', referenced in the SVF manifest as an asset of type 'Autodesk.CloudPlatform.FragmentList'.

    generator

    Parameters

    • buffer: Buffer

      Binary buffer to parse.

    Returns Iterable<IFragment>

    Instances of parsed fragments.

Generated using TypeDoc