public interface LCanvas
| Modifier and Type | Method and Description |
|---|---|
void |
drawImageCentered(LVector pos,
LVector size,
LImage image,
double rotation,
boolean considerCameraPos) |
void |
drawTextCentered(LVector pos,
String text,
double textSize,
LColor color,
LColor outlineColorOrNull,
LFont fontOrNull,
LVector shadowOffset,
LColor shadowColor,
boolean considerCameraPos) |
void |
fillRect(LVector pos,
LVector size,
LColor color,
boolean considerCameraPos) |
void |
fillRectCentered(LVector pos,
LVector size,
LColor color,
boolean considerCameraPos) |
void fillRectCentered(LVector pos, LVector size, LColor color, boolean considerCameraPos)
void drawTextCentered(LVector pos, String text, double textSize, LColor color, LColor outlineColorOrNull, LFont fontOrNull, LVector shadowOffset, LColor shadowColor, boolean considerCameraPos)
Copyright © 2019 Philip Heyse. All rights reserved.