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

◆ PostDraw()

static void Terraria.ModLoader.EmoteBubbleLoader.PostDraw ( EmoteBubble emoteBubble,
SpriteBatch spriteBatch,
Texture2D texture,
Vector2 position,
Rectangle frame,
Vector2 origin,
SpriteEffects spriteEffects )
inlinestatic

Definition at line 163 of file EmoteBubbleLoader.cs.

164 {
165 //IL_0017: Unknown result type (might be due to invalid IL or missing references)
166 //IL_0018: Unknown result type (might be due to invalid IL or missing references)
167 //IL_001a: Unknown result type (might be due to invalid IL or missing references)
168 //IL_001c: Unknown result type (might be due to invalid IL or missing references)
169 //IL_0049: Unknown result type (might be due to invalid IL or missing references)
170 //IL_004a: Unknown result type (might be due to invalid IL or missing references)
171 //IL_004c: Unknown result type (might be due to invalid IL or missing references)
172 //IL_004e: Unknown result type (might be due to invalid IL or missing references)
173 foreach (GlobalEmoteBubble globalEmoteBubble in globalEmoteBubbles)
174 {
175 globalEmoteBubble.PostDraw(emoteBubble, spriteBatch, texture, position, frame, origin, spriteEffects);
176 }
177 emoteBubble.ModEmoteBubble?.PostDraw(spriteBatch, texture, position, frame, origin, spriteEffects);
178 }
static readonly List< GlobalEmoteBubble > globalEmoteBubbles

References Terraria.ModLoader.EmoteBubbleLoader.globalEmoteBubbles.

Referenced by Terraria.GameContent.UI.EmoteBubble.Draw().

+ Here is the caller graph for this function: