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

◆ TileEdges

Enumerator
None 
Top 
Bottom 
Left 
Right 
TopLeftSlope 
TopRightSlope 
BottomLeftSlope 
BottomRightSlope 

Definition at line 260 of file BallCollision.cs.

261 {
262 // Token: 0x04003B85 RID: 15237
263 None = 0U,
264 // Token: 0x04003B86 RID: 15238
265 Top = 1U,
266 // Token: 0x04003B87 RID: 15239
267 Bottom = 2U,
268 // Token: 0x04003B88 RID: 15240
269 Left = 4U,
270 // Token: 0x04003B89 RID: 15241
271 Right = 8U,
272 // Token: 0x04003B8A RID: 15242
273 TopLeftSlope = 16U,
274 // Token: 0x04003B8B RID: 15243
275 TopRightSlope = 32U,
276 // Token: 0x04003B8C RID: 15244
277 BottomLeftSlope = 64U,
278 // Token: 0x04003B8D RID: 15245
280 }