terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ILightingEngine.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Microsoft.Xna.Framework
;
4
5
namespace
Terraria.Graphics.Light
6
{
7
// Token: 0x02000775 RID: 1909
8
public
interface
ILightingEngine
9
{
10
// Token: 0x06003E8A RID: 16010
11
void
Rebuild
();
12
13
// Token: 0x06003E8B RID: 16011
14
void
AddLight
(
int
x,
int
y,
Vector3
color);
15
16
// Token: 0x06003E8C RID: 16012
17
void
ProcessArea
(
Rectangle
area
);
18
19
// Token: 0x06003E8D RID: 16013
20
Vector3
GetColor
(
int
x,
int
y);
21
22
// Token: 0x06003E8E RID: 16014
23
void
Clear
();
24
25
// Token: 0x06003E8F RID: 16015
26
LightMap
GetLightMap
([Out]
Rectangle
lightMapRegion
);
27
28
// Token: 0x06003E90 RID: 16016
29
Rectangle
GetScanRegion
();
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Graphics.Light.LightMap
Definition
LightMap.cs:13
Terraria.Graphics.Light.ILightingEngine.GetScanRegion
Rectangle GetScanRegion()
Terraria.Graphics.Light.ILightingEngine.Clear
void Clear()
Terraria.Graphics.Light.ILightingEngine.AddLight
void AddLight(int x, int y, Vector3 color)
Terraria.Graphics.Light.ILightingEngine.GetColor
Vector3 GetColor(int x, int y)
Terraria.Graphics.Light.ILightingEngine.GetLightMap
LightMap GetLightMap([Out] Rectangle lightMapRegion)
Terraria.Graphics.Light.ILightingEngine.Rebuild
void Rebuild()
Terraria.Graphics.Light.ILightingEngine.ProcessArea
void ProcessArea(Rectangle area)
Terraria.Graphics.Light.ILightingEngine
Definition
ILightingEngine.cs:9
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
Terraria.Graphics.Light
Definition
ILightingEngine.cs:6
Microsoft.Xna.Framework.Rectangle
Definition
Rectangle.cs:9
Microsoft.Xna.Framework.Vector3
Definition
Vector3.cs:11
source
Terraria
Graphics
Light
ILightingEngine.cs
Generated by
1.10.0