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

◆ DrawPrettyStarSparkle()

static void Terraria.Main.DrawPrettyStarSparkle ( float opacity,
SpriteEffects dir,
Microsoft::Xna::Framework::Vector2 drawpos,
Microsoft::Xna::Framework::Graphics::Color drawColor,
Microsoft::Xna::Framework::Graphics::Color shineColor,
float flareCounter,
float fadeInStart,
float fadeInEnd,
float fadeOutStart,
float fadeOutEnd,
float rotation,
Microsoft::Xna::Framework::Vector2 scale,
Microsoft::Xna::Framework::Vector2 fatness )
inlinestaticprivate

Definition at line 10079 of file Main.cs.

10080 {
10081 if (!true)
10082 {
10083 }
10086 float lerpValue = Utils.GetLerpValue(opacity, flareCounter, fadeInEnd, true);
10087 float lerpValue2 = Utils.GetLerpValue(lerpValue, flareCounter, fadeInEnd, true);
10089 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Utils.GetLerpValue(), and j__TPar.