4 using System.Collections.Generic;
6 using SiliconStudio.Core.Diagnostics;
8 namespace SiliconStudio.Assets
20 RemovedAssets =
new List<Guid>();
28 public List<Guid> RemovedAssets {
get;
private set; }
39 RemovedAssets.Clear();
ImportResult()
Initializes a new instance of the ImportResult class.
A logger that stores messages locally useful for internal log scenarios.
A logger that stores added and removed assets of an import operation.
override void Clear()
Clears all messages.