Google.VersionHandler.OnPostProcessAllAssets C# (CSharp) Method

OnPostProcessAllAssets() private static method

Scanned for versioned assets and apply modifications if required.
private static OnPostProcessAllAssets ( string importedAssets, string deletedAssets, string movedAssets, string movedFromPath ) : void
importedAssets string
deletedAssets string
movedAssets string
movedFromPath string
return void
    private static void OnPostProcessAllAssets (
            string[] importedAssets, string[] deletedAssets,
            string[] movedAssets, string[] movedFromPath) {
        UpdateVersionedAssets();
    }