Show / Hide Table of Contents

Struct FusHeader

The header of a FUSEE file.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Fusee.Serialization
Assembly: Fusee.Serialization.dll
Syntax
public struct FusHeader

Fields

CreatedBy

The user who created this fus file.

Declaration
public string CreatedBy
Field Value
Type Description
System.String

CreationDate

The creation date of the file.

Declaration
public string CreationDate
Field Value
Type Description
System.String

FileVersion

The file version number of this fus file.

Declaration
public int FileVersion
Field Value
Type Description
System.Int32

Generator

The generator used to create this fus file.

Declaration
public string Generator
Field Value
Type Description
System.String

LoadFilename

The filename this file was loaded from.

Declaration
public string LoadFilename
Field Value
Type Description
System.String

LoadPath

The path this file was loaded from.

Declaration
public string LoadPath
Field Value
Type Description
System.String
Generated by DocFX
GitHub Repo
Back to top