tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits ILightingEngine.
Public Member Functions | |
void | AddLight (int x, int y, Vector3 color) |
void | Clear () |
Vector3 | GetColor (int x, int y) |
void | ProcessArea (Rectangle area) |
void | Rebuild () |
void | AddLight (int x, int y, Vector3 color) |
void | Clear () |
Vector3 | GetColor (int x, int y) |
void | ProcessArea (Rectangle area) |
void | Rebuild () |
Static Public Attributes | |
const int | AREA_PADDING = 28 |
void LightingEngine.AddLight | ( | int | x, |
int | y, | ||
Vector3 | color | ||
) |
Implements ILightingEngine.
void LightingEngine.Clear | ( | ) |
Implements ILightingEngine.
Vector3 LightingEngine.GetColor | ( | int | x, |
int | y | ||
) |
Implements ILightingEngine.
void LightingEngine.ProcessArea | ( | Rectangle | area | ) |
Implements ILightingEngine.
void LightingEngine.Rebuild | ( | ) |
Implements ILightingEngine.