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

◆ GetLight()

void Terraria.Graphics.Light.LightMap.GetLight ( int x,
int y,
[Out] Vector3 color )
inline

Definition at line 209 of file LightMap.cs.

210 {
211 int num = this.<Height>k__BackingField;
212 Vector3[] colors = this._colors;
213 color.X = colors;
214 color.Z = (float)num;
215 }
class f__AnonymousType0<< Count > j__TPar
int< NonVisiblePadding > k__BackingField
Definition LightMap.cs:496

References Terraria.Graphics.Light.LightMap._colors, Terraria.Graphics.Light.LightMap.Height, j__TPar, and Terraria.Graphics.Light.LightMap.k__BackingField.