Axiom.Platform.Android.AndroidZipAssetArchive.AndroidZipAssetArchive C# (CSharp) 메소드

AndroidZipAssetArchive() 공개 메소드

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