3 using SiliconStudio.Core.IO;
4 using SiliconStudio.Core.Serialization;
6 namespace SiliconStudio.BuildEngine
15 public UFile SourcePath {
get; set; }
21 public UFile Location {
get; set; }
25 base.ComputeParameterHash(writer);
27 writer.Write(SourcePath);
28 writer.Write(Location);
override void ComputeParameterHash(BinarySerializationWriter writer)
Implements SerializationStream as a binary writer.
A Command that reads and/or writes to the index file.
Defines a normalized file path. See UPath for details. This class cannot be inherited.