RemoveAssetOptions
Options for removing assets
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum RemoveAssetOptions
Fields
Value | Description |
|---|---|
| DeleteAssets | Delete the asset without moving it to the trash. |
| MoveAssetToTrash | The asset should be moved to trash. |