Show / Hide Table of Contents

Class 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.

Inheritance
System.Object
FusContents
FusScene
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Serialization
Assembly: Fusee.Serialization.dll
Syntax
public class FusContents
Generated by DocFX
GitHub Repo
Back to top