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

◆ renderQueue

int UnityEngine.Material.renderQueue
set

Definition at line 126 of file Material.cs.

127 {
128 [NativeName("SetCustomRenderQueue")]
129 set
130 {
131 throw new MissingMethodException();
132 }
133 }