AssetDatabase.RefreshDelayedstatic function RefreshDelayed (options : ImportAssetOptions = ImportAssetOptions.Default) : voidDescriptionSchedule an import of any changed assets. This will import any assets that have changed their content modification data or have been added / removed to the project folder. As refreshing assets may cause mono assemblies to be reloaded, the function will schedule the refresh to happen at a later point and return immedeately. See Also: ImportAssetOptions. |
