|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| MapHeadRenderer () | |
| void | Reset () |
| void | DrawPlayerHead (Camera camera, Player drawPlayer, Vector2 position, float alpha=1f, float scale=1f, Color borderColor=default(Color)) |
| void | PrepareRenderTarget (GraphicsDevice device, SpriteBatch spriteBatch) |
Properties | |
| bool | IsReady [get] |
Private Member Functions | |
| void | RenderDrawData (Player drawPlayer) |
| void | CreateOutlines (float alpha, float scale, Color borderColor) |
Private Attributes | |
| bool | _anyDirty |
| PlayerHeadDrawRenderTargetContent[] | _playerRenders = new PlayerHeadDrawRenderTargetContent[255] |
| readonly List< DrawData > | _drawData = new List<DrawData>() |
Definition at line 11 of file MapHeadRenderer.cs.