SpriteModifierTool.

Modify(TextureImporter, List<Sprite>) Method

Summary

Applies the desired modifications to the `data` before it is saved.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
SpriteModifierTool

Syntax

protected virtual void Modify(TextureImporter importer, List<Sprite> sprites)

Parameters

Name Type Description
importer TextureImporter
sprites List<Sprite>

Return Value

Type Description
void