Summary
Applies the desired modifications to the `data` before it is saved.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Tools - Containing Type
- RenameSpritesTool
Syntax
protected override void Modify(SpriteDataEditor data, int index, Sprite sprite)
Parameters
Name | Type | Description |
---|---|---|
data | SpriteDataEditor | |
index | int | |
sprite | Sprite |
Return Value
Type | Description |
---|---|
void |