Show / Hide Table of Contents

Namespace Fusee.Serialization

Classes

FusContents

Polymorphic contents of a fus file. The actual contents is contained in a sub-class. Possible sub-classes are listed in decorators preceding this class declaration. This mechanism allows fus files to contain different types of contents as well as different versions of contents.

FusFile

De-serialized raw contents of a .fus File. Contains a FusHeader and a very polymorphic FusContents.

Structs

FusHeader

The header of a FUSEE file.

In This Article
  • Classes
  • Structs
Generated by DocFX
GitHub Repo
Back to top