Interface IFileSynchronizable
Identify an object that is associated with an anchor file on the disk where all the Stride.Core.IO.UPath members of this instance are relative to the FullPath of this instance.
public interface IFileSynchronizable
Properties
FullPath
Gets the full path on disk where this instance is stored.
UFile FullPath { get; }
Property Value
- UFile
The full path.
IsDirty
Gets or sets a value indicating whether this instance is dirty.
bool IsDirty { get; set; }
Property Value
- bool
true
if this instance is dirty; otherwise,false
.