C# 클래스 Assets.Foundation.Localization.Editor.LocalizationPostprocessor

Watches for file changes and propagates the changes to the service
상속: UnityEditor.AssetPostprocessor
파일 보기 프로젝트 열기: NVentimiglia/Unity3d-Foundation

공개 메소드들

메소드 설명
OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromAssetPaths ) : void

메소드 상세

OnPostprocessAllAssets() 공개 정적인 메소드

public static OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromAssetPaths ) : void
importedAssets string
deletedAssets string
movedAssets string
movedFromAssetPaths string
리턴 void