Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UseColor() [3/3]

ArmorShaderData Terraria.Graphics.Shaders.ArmorShaderData.UseColor ( Vector3 color)
inline

Definition at line 81 of file ArmorShaderData.cs.

82 {
83 _uColor = color;
84 return this;
85 }

References Terraria.Graphics.Shaders.ArmorShaderData._uColor.