Click or drag to resize
SpriteControllerNameSprite Method
Find the specified Sprite in the controller and change its name to the specified string. You can do the same thing with Sprite.SetName(Name)

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public void NameSprite(
	Sprite What,
	string Name
)

Parameters

What
Type: SpriteLibrarySprite
The Sprite to find
Name
Type: SystemString
The string to change the name to
See Also