C# Class FullInspector.Internal.fiEditorUtilityCache

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

Méthodes publiques

Свойство Type Description
CachedAssetLookups List>.Dictionary
CachedPrefabLookups List>.Dictionary
CachedScenes List

Méthodes publiques

Méthode Description
ClearCache ( ) : void
OnWillCreateAsset ( string path ) : void
OnWillDeleteAsset ( string path, RemoveAssetOptions options ) : AssetDeleteResult

Method Details

ClearCache() public static méthode

public static ClearCache ( ) : void
Résultat void

OnWillCreateAsset() public static méthode

public static OnWillCreateAsset ( string path ) : void
path string
Résultat void

OnWillDeleteAsset() public static méthode

public static OnWillDeleteAsset ( string path, RemoveAssetOptions options ) : AssetDeleteResult
path string
options RemoveAssetOptions
Résultat AssetDeleteResult

Property Details

CachedAssetLookups public_oe static_oe property

public static Dictionary> CachedAssetLookups
Résultat List>.Dictionary

CachedPrefabLookups public_oe static_oe property

public static Dictionary> CachedPrefabLookups
Résultat List>.Dictionary

CachedScenes public_oe static_oe property

public static List CachedScenes
Résultat List