terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ FillMethod

Enumerator
Horizontal 
Vertical 
Radial90 
Radial180 
Radial360 

Definition at line 1486 of file Image.cs.

1487 {
1488 [global::Cpp2ILInjected.Token(Token = "0x40000AC")]
1489 Horizontal,
1490 [global::Cpp2ILInjected.Token(Token = "0x40000AD")]
1491 Vertical,
1492 [global::Cpp2ILInjected.Token(Token = "0x40000AE")]
1493 Radial90,
1494 [global::Cpp2ILInjected.Token(Token = "0x40000AF")]
1495 Radial180,
1496 [global::Cpp2ILInjected.Token(Token = "0x40000B0")]
1497 Radial360
1498 }