C# 클래스 Protogame.ConfigurationAssetSaver

The configuration asset saver.
상속: IAssetSaver
파일 보기 프로젝트 열기: RedpointGames/Protogame 1 사용 예제들

공개 메소드들

메소드 설명
CanHandle ( IAsset asset ) : bool

The can handle.

FlattenDictionary ( object>.Dictionary settings ) : object>.Dictionary
Handle ( IAsset asset, AssetTarget target ) : IRawAsset

The handle.

메소드 상세

CanHandle() 공개 메소드

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

FlattenDictionary() 공개 정적인 메소드

public static FlattenDictionary ( object>.Dictionary settings ) : object>.Dictionary
settings object>.Dictionary
리턴 object>.Dictionary

Handle() 공개 메소드

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