C# Class UnityEditorInternal.VersionControl.AssetModificationHook

Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
IsOpenForEdit ( string assetPath, string &message ) : bool
OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult
OnWillMoveAsset ( string from, string to ) : AssetMoveResult

Private Methods

Method Description
GetStatusCachedIfPossible ( string from ) : Asset

Method Details

IsOpenForEdit() public static method

public static IsOpenForEdit ( string assetPath, string &message ) : bool
assetPath string
message string
return bool

OnWillDeleteAsset() public static method

public static OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult
assetPath string
option RemoveAssetOptions
return AssetDeleteResult

OnWillMoveAsset() public static method

public static OnWillMoveAsset ( string from, string to ) : AssetMoveResult
from string
to string
return AssetMoveResult