SpriteFontSimple.DrawString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void DrawString(string text, Vector2 position, float scale, Color color, GameTimes game_time, bool shake, float intensity)
    class SpriteFontSimple
    void
    DrawString
    (
    string text
    ,
    Vector2 position
    ,
    float scale = 1f
    ,
    Color color = Color.White
    ,
    GameTimes game_time = null
    ,
    bool shake = false
    ,
    float intensity = 1f
    )
  2. void DrawString(SpriteBatch sprite_batch, string text, Vector2 position, float scale, Color color, GameTimes game_time, bool shake, float intensity)

Meta