SetSpriteString¶
Description¶
Converts a string into a sprite string. Calling this function will replace each character with a frame index and prepare it for drawing.
Parameters¶
aniFrames
-
The SpriteAnimation to use frames from.
listID
-
The index of the animation in the animation list to use frames from.
string
-
The string to apply the frame indices to.
Return Value¶
None.