AssetBundles.AssetBundlesMenuItems.ToggleCleanCacheValidate C# (CSharp) Method

ToggleCleanCacheValidate() private method

private ToggleCleanCacheValidate ( ) : bool
return bool
        public static bool ToggleCleanCacheValidate()
        {
            Menu.SetChecked(kCleanCache, AssetBundleManager.CleanCacheOnPlay);
            return true;
        }