terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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) |
HairShaderDataSet () | |
Protected Attributes | |
List< HairShaderData > | _shaderData |
Dictionary< int, short > | _shaderLookupDictionary |
byte | _shaderDataCount |
Definition at line 15 of file HairShaderDataSet.cs.