AssetBundles.AssetBundlesMenuItems.UseGraphToolBundleValidate C# (CSharp) Method

UseGraphToolBundleValidate() private method

private UseGraphToolBundleValidate ( ) : bool
return bool
        public static bool UseGraphToolBundleValidate()
        {
            Menu.SetChecked(kUseGraphToolBundle, AssetBundleManager.UseGraphToolBundle);
            return true;
        }