C# Class TPAssetPostprocessor

Inheritance: UnityEditor.AssetPostprocessor
ファイルを表示 Open project: macgyver13/globalgamejam2016 Class Usage Examples

Public Methods

Method Description
ToMacStyle ( string path ) : string
UpdateAtlasesInfromation ( ) : void
checkForMaterial ( string resPath, string path ) : void

Private Methods

Method Description
DirSearch ( string sDir ) : void
OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromPath ) : void
checkForAtlasDataFile ( string f ) : void
fillAtlasesDictionary ( ) : void

Method Details

ToMacStyle() public static method

public static ToMacStyle ( string path ) : string
path string
return string

UpdateAtlasesInfromation() public static method

public static UpdateAtlasesInfromation ( ) : void
return void

checkForMaterial() public static method

public static checkForMaterial ( string resPath, string path ) : void
resPath string
path string
return void