AssetMoveResult
Result of Asset move
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
[Flags]public enum AssetMoveResult
Fields
Value | Description |
|---|---|
| DidMove | Tells the internal implementation that the script moved the asset physically on disk. |
| DidNotMove | Tells the internal implementation that the asset was not moved physically on disk by the script. |
| FailedMove | Tells the internal implementation that the script could not move the assets. |