Table of Contents

Class AxolotlPackageReader

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

Reads and structurally validates an Axolotl package without executing it.

public static class AxolotlPackageReader
Inheritance
AxolotlPackageReader
Inherited Members

Methods

Open(string)

Opens and indexes a package. Dispose the result to release its file lock.

public static AxolotlPackage Open(string path)

Parameters

path string

Returns

AxolotlPackage