C# Class Protogame.LevelAssetSaver

The level asset saver.
Inheritance: IAssetSaver
Show file Open project: RedpointGames/Protogame

Public Methods

Method Description
CanHandle ( IAsset asset ) : bool

The can handle.

Handle ( IAsset asset, AssetTarget target ) : IRawAsset

The handle.

Method Details

CanHandle() public method

The can handle.
public CanHandle ( IAsset asset ) : bool
asset IAsset /// The asset. ///
return bool

Handle() public method

The handle.
public Handle ( IAsset asset, AssetTarget target ) : IRawAsset
asset IAsset /// The asset. ///
target AssetTarget /// The target. ///
return IRawAsset