View source
enum abstract CharacterRenderType(String)
package funkin.data.character
from String to String
import funkin.data.character.CharacterData
Available on all platforms
Describes the available rendering types for a character.
Variables
inlineread onlyAnimateAtlas:CharacterRenderType = "animateatlas"
Renders the character using a single spritesheet of symbols and JSON data.
inlineread onlyMultiAnimateAtlas:CharacterRenderType = "multianimateatlas"
Renders the character using multiple spritesheets of symbols and JSON data.
inlineread onlyMultiSparrow:CharacterRenderType = "multisparrow"
Renders the character using multiple spritesheets and XML data.
inlineread onlyPacker:CharacterRenderType = "packer"
Renders the character using a single spritesheet and TXT data.
inlineread onlySparrow:CharacterRenderType = "sparrow"
Renders the character using a single spritesheet and XML data.