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

◆ WaveFilters

Action< Color[], Rectangle > Terraria.GameContent.Liquid.LiquidRenderer.WaveFilters
addremove

Definition at line 19 of file LiquidRenderer.cs.

20 {
22 add
23 {
25 if (@delegate != null && @delegate == null)
26 {
27 return;
28 }
29 }
31 remove
32 {
34 if (@delegate != null && @delegate == null)
35 {
36 return;
37 }
38 }
39 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278
Action< Color[], Rectangle > WaveFilters