Table of Contents

Class AxolotlPackageFormat

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

Constants and limits for the little-endian Axolotl package format.

public static class AxolotlPackageFormat
Inheritance
AxolotlPackageFormat
Inherited Members

Fields

AssemblyContentType

The managed assembly entry content type.

public const string AssemblyContentType = "application/vnd.microsoft.portable-executable"

Field Value

string

CurrentVersion

The only package format version supported by this runtime.

public const ushort CurrentVersion = 1

Field Value

ushort

ManifestContentType

The manifest entry content type.

public const string ManifestContentType = "application/vnd.axolotl2d.module+json"

Field Value

string

ManifestEntryName

The reserved manifest entry name.

public const string ManifestEntryName = "$module/manifest.json"

Field Value

string