6 using SiliconStudio.Core.IO;
7 using SiliconStudio.Core.Storage;
9 namespace SiliconStudio.Assets.Compiler
38 public Guid AssetId {
get;
internal set; }
43 public UFile Url {
get;
internal set; }
53 public bool ThumbnailChanged {
get;
internal set; }
59 public Stream ThumbnailStream {
get;
internal set; }
65 public ObjectId ThumbnailId {
get;
internal set; }
The build has been cancelled.
A hash to uniquely identify data.
The build has either failed, or not been triggered due to previous failures
An event arguments class containing information about a thumbnail creation.
ThumbnailBuildResult
This enum describes the result of a thumbnail build operation.
The build has either been successfully executed, or already up-to-date
Defines a normalized file path. See UPath for details. This class cannot be inherited.