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

◆ AnimatorControllerParameterType

Enumerator
Float 
Int 
Bool 
Trigger 

Definition at line 6 of file AnimatorControllerParameterType.cs.

7 {
8 // Token: 0x04000024 RID: 36
9 Float = 1,
10 // Token: 0x04000025 RID: 37
11 Int = 3,
12 // Token: 0x04000026 RID: 38
13 Bool,
14 // Token: 0x04000027 RID: 39
15 Trigger = 9
16 }