Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Graphics.Shaders.ArmorShaderDataSet Class Reference

Public Member Functions

BindShader< T > (int itemId, T shaderData)
 
void Apply (int shaderId, Entity entity, DrawData? drawData=null)
 
void ApplySecondary (int shaderId, Entity entity, DrawData? drawData=null)
 
ArmorShaderData GetShaderFromItemId (int type)
 
int GetShaderIdFromItemId (int type)
 
ArmorShaderData GetSecondaryShader (int id, Player player)
 

Protected Attributes

List< ArmorShaderData_shaderData = new List<ArmorShaderData>()
 
Dictionary< int, int > _shaderLookupDictionary = new Dictionary<int, int>()
 
int _shaderDataCount
 

Detailed Description

Definition at line 6 of file ArmorShaderDataSet.cs.


The documentation for this class was generated from the following file: