Interface ITrackableItem
An item implementing this will override the way of determining the status of a IDeploymentItem, By default, the last file timestamp will be used to know if a file has been modified.
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public interface ITrackableItem
Methods
TrackOrUpdate()
A request to update the status of an item
Declaration
void TrackOrUpdate()