C# Class TPAssetPostprocessor

Inheritance: UnityEditor.AssetPostprocessor
Afficher le fichier Open project: macgyver13/globalgamejam2016 Class Usage Examples

Méthodes publiques

Méthode Description
ToMacStyle ( string path ) : string
UpdateAtlasesInfromation ( ) : void
checkForMaterial ( string resPath, string path ) : void

Private Methods

Méthode 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 méthode

public static ToMacStyle ( string path ) : string
path string
Résultat string

UpdateAtlasesInfromation() public static méthode

public static UpdateAtlasesInfromation ( ) : void
Résultat void

checkForMaterial() public static méthode

public static checkForMaterial ( string resPath, string path ) : void
resPath string
path string
Résultat void