Skip to content

CodeIndexAssetChanges

StructAssetInventoryAssetInventory.Editor
public readonly struct CodeIndexAssetChanges

No description is available for this type.

public readonly List<string> ChangedPaths

No description is available for this member.

Returns

System.Collections.Generic.List{System.String} — No return description is available.

public readonly List<string> DeletedPaths

No description is available for this member.

Returns

System.Collections.Generic.List{System.String} — No return description is available.

public bool IsEmpty { get; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public CodeIndexAssetChanges(List<string> changedPaths, List<string> deletedPaths)

No description is available for this member.

Parameters

Name Type Description
changedPaths System.Collections.Generic.List{System.String}
deletedPaths System.Collections.Generic.List{System.String}