Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
T | BindShader< T > (int itemId, T shaderData) |
void | Apply (short shaderId, Player player, DrawData? drawData=null) |
Color | GetColor (short shaderId, Player player, Color lightColor) |
HairShaderData | GetShaderFromItemId (int type) |
short | GetShaderIdFromItemId (int type) |
Protected Attributes | |
List< HairShaderData > | _shaderData = new List<HairShaderData>() |
Dictionary< int, short > | _shaderLookupDictionary = new Dictionary<int, short>() |
byte | _shaderDataCount |
Definition at line 8 of file HairShaderDataSet.cs.