Show / Hide Table of Contents

Class AssetModificationHook

Inheritance
Object
AssetModificationHook
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal.VersionControl
Assembly: UnityEditor.dll
Syntax
public class AssetModificationHook

Methods

| Improve this Doc View Source

IsOpenForEdit(String, out String, StatusQueryOptions)

Declaration
public static bool IsOpenForEdit(string assetPath, out string message, StatusQueryOptions statusOptions)
Parameters
Type Name Description
String assetPath
String message
StatusQueryOptions statusOptions
Returns
Type Description
Boolean
| Improve this Doc View Source

OnWillDeleteAsset(String, RemoveAssetOptions)

Declaration
public static AssetDeleteResult OnWillDeleteAsset(string assetPath, RemoveAssetOptions option)
Parameters
Type Name Description
String assetPath
RemoveAssetOptions option
Returns
Type Description
AssetDeleteResult
| Improve this Doc View Source

OnWillMoveAsset(String, String)

Declaration
public static AssetMoveResult OnWillMoveAsset(string from, string to)
Parameters
Type Name Description
String from
String to
Returns
Type Description
AssetMoveResult

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX