C# Class Axiom.Platform.Android.AndroidZipAssetArchive

Inheritance: Axiom.FileSystem.ZipArchive
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
AndroidZipAssetArchive ( AssetManager assets, string name, string type ) : System
Load ( ) : void

Method Details

AndroidZipAssetArchive() public method

public AndroidZipAssetArchive ( AssetManager assets, string name, string type ) : System
assets AssetManager
name string
type string
return System

Load() public method

public Load ( ) : void
return void