C# 클래스 FullInspector.Internal.fiEditorUtilityCache

This class is used to cache results for some expensive fiEditorUtility method calls.
상속: UnityEditor.AssetModificationProcessor
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 프로퍼티들

프로퍼티 타입 설명
CachedAssetLookups List>.Dictionary
CachedPrefabLookups List>.Dictionary
CachedScenes List

공개 메소드들

메소드 설명
ClearCache ( ) : void
OnWillCreateAsset ( string path ) : void
OnWillDeleteAsset ( string path, RemoveAssetOptions options ) : AssetDeleteResult

메소드 상세

ClearCache() 공개 정적인 메소드

public static ClearCache ( ) : void
리턴 void

OnWillCreateAsset() 공개 정적인 메소드

public static OnWillCreateAsset ( string path ) : void
path string
리턴 void

OnWillDeleteAsset() 공개 정적인 메소드

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

프로퍼티 상세

CachedAssetLookups 공개적으로 정적으로 프로퍼티

public static Dictionary> CachedAssetLookups
리턴 List>.Dictionary

CachedPrefabLookups 공개적으로 정적으로 프로퍼티

public static Dictionary> CachedPrefabLookups
리턴 List>.Dictionary

CachedScenes 공개적으로 정적으로 프로퍼티

public static List CachedScenes
리턴 List