IFileSynchronizable Interface
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
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
Name | Description | |
---|---|---|
Properties | ||
FullPath | Gets the full path on disk where this instance is stored. |
|
IsDirty | Gets or sets a value indicating whether this instance is dirty. |
Properties
FullPath
Gets the full path on disk where this instance is stored.
UFile FullPath { get; }
Property Value
Type | Description |
---|---|
Stride.Core.IO.UFile | The full path. |
IsDirty
Gets or sets a value indicating whether this instance is dirty.
bool IsDirty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|