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

◆ SetColor() [1/2]

void UnityEngine.Material.SetColor ( int nameID,
Color value )
inline

Definition at line 201 of file Material.cs.

202 {
203 this.SetColorImpl(nameID, value);
204 }
void SetColorImpl(int name, Color value)
Definition Material.cs:156

References UnityEngine.Material.SetColorImpl(), and System.value.