C# Class Glare.Assets.ArchiveAsset

An archive file, which should contain only a hierarchy of FolderAsset and DataAssets.
Inheritance: FolderAsset
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
ArchiveAsset ( AssetLoader loader ) : System

Initialise the archive asset.

ArchiveAsset ( AssetManager manager, string name, string description = null ) : System

Initialise the archive asset.

Method Details

ArchiveAsset() public method

Initialise the archive asset.
public ArchiveAsset ( AssetLoader loader ) : System
loader AssetLoader
return System

ArchiveAsset() public method

Initialise the archive asset.
public ArchiveAsset ( AssetManager manager, string name, string description = null ) : System
manager AssetManager
name string
description string
return System