SpriteModifierTool.

GatherSelectedSprites(List<Sprite>) Method

Summary

Adds all UnityEngine.Sprites in the UnityEditor.Selection.objects or their sub-assets to the list of `sprites`.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
SpriteModifierTool

Syntax

public static void GatherSelectedSprites(List<Sprite> sprites)

Parameters

Name Type Description
sprites List<Sprite>

Return Value

Type Description
void