C# 클래스 tk2dEditor.SpriteCollectionBuilder.PlatformBuilder

파일 보기 프로젝트 열기: splashdamage/AntsVsMice

공개 메소드들

메소드 설명
InitializeSpriteCollectionPlatforms ( tk2dSpriteCollection gen, string root ) : void
UpdatePlatformSpriteCollection ( tk2dSpriteCollection source, tk2dSpriteCollection target, string dataPath, bool root, float scale, string platformName ) : void

비공개 메소드들

메소드 설명
FindAssetForPlatform ( string platformName, string path, string extensions ) : string
FindFileInPath ( string directory, string filename, string preferredExt, string otherExts ) : string
GetCopyAtTargetPath ( string platformName, string targetDir, string srcPath ) : string
LogNotFoundError ( string platformName, string assetName, string assetType ) : void

메소드 상세

InitializeSpriteCollectionPlatforms() 공개 정적인 메소드

public static InitializeSpriteCollectionPlatforms ( tk2dSpriteCollection gen, string root ) : void
gen tk2dSpriteCollection
root string
리턴 void

UpdatePlatformSpriteCollection() 공개 정적인 메소드

public static UpdatePlatformSpriteCollection ( tk2dSpriteCollection source, tk2dSpriteCollection target, string dataPath, bool root, float scale, string platformName ) : void
source tk2dSpriteCollection
target tk2dSpriteCollection
dataPath string
root bool
scale float
platformName string
리턴 void