C# Class UnityEditorInternal.AssetStoreToolUtils

Show file Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
PreviewAssetStoreAssetBundleInInspector ( AssetBundle bundle, AssetStoreAsset info ) : bool
UpdatePreloadingInternal ( ) : void

Private Methods

Method Description
BuildAssetStoreAssetBundle ( Object targetObject, string targetPath ) : bool

Method Details

PreviewAssetStoreAssetBundleInInspector() public static method

public static PreviewAssetStoreAssetBundleInInspector ( AssetBundle bundle, AssetStoreAsset info ) : bool
bundle UnityEngine.AssetBundle
info UnityEditor.AssetStoreAsset
return bool

UpdatePreloadingInternal() public static method

public static UpdatePreloadingInternal ( ) : void
return void