Terraria v1.4.4.9
Terraria source code documentation
|
Public Types | |
enum | ShaderConfiguration { ArmorShader , HairShader , TileShader , TilePaintID } |
Static Public Member Functions | |
static int | PackShader (int localShaderIndex, ShaderConfiguration shaderType) |
static void | UnpackShader (int packedShaderIndex, out int localShaderIndex, out ShaderConfiguration shaderType) |
static void | SetShaderForData (Player player, int cHead, ref DrawData cdd) |
Static Public Attributes | |
static Color | DISPLAY_DOLL_DEFAULT_SKIN_COLOR = new Color(163, 121, 92) |
Definition at line 6 of file PlayerDrawHelper.cs.