메소드 | 설명 | |
---|---|---|
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 |
public static InitializeSpriteCollectionPlatforms ( tk2dSpriteCollection gen, string root ) : void | ||
gen | tk2dSpriteCollection | |
root | string | |
리턴 | void |
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 |