[]
public interface IReferenceImage
返回插件中所有引用图片的信息。
IEnumerable<LocatedObject<string>> GetImageLocation(LocationIndicator location)
类型 | 名称 | 描述 |
---|---|---|
LocationIndicator | location | 坐标定位器。 |
类型 | 描述 |
---|---|
System.Collections.Generic.IEnumerable<T><LocatedObject<string>> | 返回插件中所有引用图片的信息。 |
一旦图片被重命名,会调用此函数,所以需实现该接口重命名插件中使用到的相关图片名称。
void RenameImageName(string oldName, string newName)
类型 | 名称 | 描述 |
---|---|---|
string | oldName | 重命名之前的图片名称。 |
string | newName | 重命名之后的图片名称。 |