- findOrAddWhitePixel
void findOrAddWhitePixel()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadAnimation
SpriteSheetAnimationRef loadAnimation(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadIndexedSpriteSheet
SpriteRef[] loadIndexedSpriteSheet(string name, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadIndexedSpriteSheet
SpriteRef[] loadIndexedSpriteSheet(string name, TextureAtlas texAtlas, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadNamedSpriteSheet
SpriteRef[string] loadNamedSpriteSheet(string name, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadNamedSpriteSheet
SpriteRef[string] loadNamedSpriteSheet(string name, TextureAtlas texAtlas, ivec2 spriteSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSprite
SpriteRef loadSprite(string name)
Undocumented in source. Be warned that the author may not have intended to support it.