SpriteModifierTool.

LoadAllSpritesAtPath(string) Method

Summary

Returns all the UnityEngine.Sprite assets at the `path`.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
SpriteModifierTool

Syntax

public static Sprite[] LoadAllSpritesAtPath(string path)

Parameters

Name Type Description
path string

Return Value

Type Description
Sprite[]