C# Class Protogame.ConfigurationAssetSaver

The configuration asset saver.
Inheritance: IAssetSaver
显示文件 Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
CanHandle ( IAsset asset ) : bool

The can handle.

FlattenDictionary ( object>.Dictionary settings ) : object>.Dictionary
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

FlattenDictionary() public static method

public static FlattenDictionary ( object>.Dictionary settings ) : object>.Dictionary
settings object>.Dictionary
return object>.Dictionary

Handle() public method

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