Метод | Описание | |
---|---|---|
IsOpenForEdit ( string assetPath, string &message ) : bool | ||
OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult | ||
OnWillMoveAsset ( string from, string to ) : AssetMoveResult |
Метод | Описание | |
---|---|---|
GetStatusCachedIfPossible ( string from ) : |
public static IsOpenForEdit ( string assetPath, string &message ) : bool | ||
assetPath | string | |
message | string | |
Результат | bool |
public static OnWillDeleteAsset ( string assetPath, RemoveAssetOptions option ) : AssetDeleteResult | ||
assetPath | string | |
option | RemoveAssetOptions | |
Результат | AssetDeleteResult |
public static OnWillMoveAsset ( string from, string to ) : AssetMoveResult | ||
from | string | |
to | string | |
Результат | AssetMoveResult |