C# Class UnityEditorInternal.VersionControl.AssetModificationHook

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetStatusCachedIfPossible ( string from ) : Asset

Method Details

IsOpenForEdit() public static méthode

public static IsOpenForEdit ( string assetPath, string &message ) : bool
assetPath string
message string
Résultat bool

OnWillDeleteAsset() public static méthode

public static OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult
assetPath string
option RemoveAssetOptions
Résultat AssetDeleteResult

OnWillMoveAsset() public static méthode

public static OnWillMoveAsset ( string from, string to ) : AssetMoveResult
from string
to string
Résultat AssetMoveResult