C# 클래스 TPAssetPostprocessor

상속: UnityEditor.AssetPostprocessor
파일 보기 프로젝트 열기: macgyver13/globalgamejam2016 1 사용 예제들

공개 메소드들

메소드 설명
ToMacStyle ( string path ) : string
UpdateAtlasesInfromation ( ) : void
checkForMaterial ( string resPath, string path ) : void

비공개 메소드들

메소드 설명
DirSearch ( string sDir ) : void
OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromPath ) : void
checkForAtlasDataFile ( string f ) : void
fillAtlasesDictionary ( ) : void

메소드 상세

ToMacStyle() 공개 정적인 메소드

public static ToMacStyle ( string path ) : string
path string
리턴 string

UpdateAtlasesInfromation() 공개 정적인 메소드

public static UpdateAtlasesInfromation ( ) : void
리턴 void

checkForMaterial() 공개 정적인 메소드

public static checkForMaterial ( string resPath, string path ) : void
resPath string
path string
리턴 void