SpriteDataEditor.

SetName(int, string) Method

Summary

Sets the name of the sprite at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Tools
Containing Type
SpriteDataEditor

Syntax

public void SetName(int index, string name)

Parameters

Name Type Description
index int
name string

Return Value

Type Description
void