C# Class FullInspector.Internal.fiEditorUtilityCache

This class is used to cache results for some expensive fiEditorUtility method calls.
Inheritance: UnityEditor.AssetModificationProcessor
Mostra file Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
CachedAssetLookups List>.Dictionary
CachedPrefabLookups List>.Dictionary
CachedScenes List

Public Methods

Method Description
ClearCache ( ) : void
OnWillCreateAsset ( string path ) : void
OnWillDeleteAsset ( string path, RemoveAssetOptions options ) : AssetDeleteResult

Method Details

ClearCache() public static method

public static ClearCache ( ) : void
return void

OnWillCreateAsset() public static method

public static OnWillCreateAsset ( string path ) : void
path string
return void

OnWillDeleteAsset() public static method

public static OnWillDeleteAsset ( string path, RemoveAssetOptions options ) : AssetDeleteResult
path string
options RemoveAssetOptions
return AssetDeleteResult

Property Details

CachedAssetLookups public_oe static_oe property

public static Dictionary> CachedAssetLookups
return List>.Dictionary

CachedPrefabLookups public_oe static_oe property

public static Dictionary> CachedPrefabLookups
return List>.Dictionary

CachedScenes public_oe static_oe property

public static List CachedScenes
return List