C# 클래스 Protogame.CompiledAssetSaver

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

공개 메소드들

메소드 설명
SaveCompiledAsset ( string rootPath, string name, IRawAsset data, bool isCompiled, string embedPlatform = null ) : void

The save compiled asset.

비공개 메소드들

메소드 설명
CreateDirectories ( DirectoryInfo directory ) : void

The create directories.

메소드 상세

SaveCompiledAsset() 공개 메소드

The save compiled asset.
///
public SaveCompiledAsset ( string rootPath, string name, IRawAsset data, bool isCompiled, string embedPlatform = null ) : void
rootPath string /// The root path. ///
name string /// The name. ///
data IRawAsset /// The data. ///
isCompiled bool /// The is compiled. ///
embedPlatform string
리턴 void