C# Class tk2dEditor.SpriteCollectionBuilder.PlatformBuilder

Mostrar archivo Open project: splashdamage/AntsVsMice

Public Methods

Method Description
InitializeSpriteCollectionPlatforms ( tk2dSpriteCollection gen, string root ) : void
UpdatePlatformSpriteCollection ( tk2dSpriteCollection source, tk2dSpriteCollection target, string dataPath, bool root, float scale, string platformName ) : void

Private Methods

Method Description
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

Method Details

InitializeSpriteCollectionPlatforms() public static method

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

UpdatePlatformSpriteCollection() public static method

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
return void