Axiom.Platform.Android.AndroidZipAssetArchive.AndroidZipAssetArchive C# (CSharp) Method

AndroidZipAssetArchive() public method

public AndroidZipAssetArchive ( AssetManager assets, string name, string type ) : System
assets AssetManager
name string
type string
return System
		public AndroidZipAssetArchive( AssetManager assets, string name, string type )
			: base( name, type )
		{
			this._assets = assets;
		}
AndroidZipAssetArchive