C# Class Glare.Assets.ArchiveAsset

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

Méthodes publiques

Méthode 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 méthode

Initialise the archive asset.
public ArchiveAsset ( AssetLoader loader ) : System
loader AssetLoader
Résultat System

ArchiveAsset() public méthode

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