C# Class Protogame.LevelAssetSaver

The level asset saver.
Inheritance: IAssetSaver
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
CanHandle ( IAsset asset ) : bool

The can handle.

Handle ( IAsset asset, AssetTarget target ) : IRawAsset

The handle.

Method Details

CanHandle() public méthode

The can handle.
public CanHandle ( IAsset asset ) : bool
asset IAsset /// The asset. ///
Résultat bool

Handle() public méthode

The handle.
public Handle ( IAsset asset, AssetTarget target ) : IRawAsset
asset IAsset /// The asset. ///
target AssetTarget /// The target. ///
Résultat IRawAsset