renderTexture method
void
renderTexture(])
Implementation
void renderTexture(Texture texture, double scos, double ssin, double tx, double ty, [Color? color]) {
final rect = texture.rect;
renderImage(texture.image, rect.left, rect.top, rect.right, rect.bottom, scos, ssin, tx, ty, color);
}