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

◆ DrawString() [3/6]

static void ReLogic.Graphics.DynamicSpriteFontExtensionMethods.DrawString ( this SpriteBatch spriteBatch,
DynamicSpriteFont spriteFont,
string text,
Vector2 position,
Color color,
float rotation,
Vector2 origin,
Vector2 scale,
SpriteEffects effects,
float layerDepth )
inlinestatic

Definition at line 55 of file DynamicSpriteFontExtensionMethods.cs.

56 {
57 //IL_0003: Unknown result type (might be due to invalid IL or missing references)
58 //IL_0004: Unknown result type (might be due to invalid IL or missing references)
59 //IL_0008: Unknown result type (might be due to invalid IL or missing references)
60 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
61 spriteFont.InternalDraw(text, spriteBatch, position, color, rotation, origin, ref scale, effects, layerDepth);
62 }

References ReLogic.Graphics.DynamicSpriteFont.InternalDraw().