RecategorizeAssetLists() public method

public RecategorizeAssetLists ( ) : void
return void
	public static void RecategorizeAssetList(BuildInfo buildInfo)
	{
		buildInfo.RecategorizeAssetLists();
		buildInfo.FlagOkToRefresh();
	}