Méthode | Description | |
---|---|---|
IsOpenForEdit ( string assetPath, string &message ) : bool | ||
OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult | ||
OnWillMoveAsset ( string from, string to ) : AssetMoveResult |
Méthode | Description | |
---|---|---|
GetStatusCachedIfPossible ( string from ) : |
public static IsOpenForEdit ( string assetPath, string &message ) : bool | ||
assetPath | string | |
message | string | |
Résultat | bool |
public static OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult | ||
assetPath | string | |
option | RemoveAssetOptions | |
Résultat | AssetDeleteResult |
public static OnWillMoveAsset ( string from, string to ) : AssetMoveResult | ||
from | string | |
to | string | |
Résultat | AssetMoveResult |