C# Class PrefabEvolution.PECache.PrefabPostProcessor

Inheritance: UnityEditor.AssetPostprocessor
Exibir arquivo Open project: ferdbold/littleawfuljam2016

Public Methods

Method Description
OnPostprocessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromAssetPaths ) : void

Method Details

OnPostprocessAllAssets() static public method

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