Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

DidMoveTells the internal implementation that the script moved the asset physically on disk.
DidNotMoveTells the internal implementation that the asset was not moved physically on disk by the script.
FailedMoveTells the internal implementation that the script could not move the assets.