|
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
|
Collaboration diagram for Terraria.Graphics.VertexStrip:Classes | |
| struct | CustomVertexInfo |
Private Member Functions | |
| void | PrepareIndices (int vertexPaidsAdded) |
| void | AddVertex (VertexStrip.StripColorFunction colorFunction, VertexStrip.StripHalfWidthFunction widthFunction, Vector2 pos, float rot, int indexOnVertexArray, float progressOnStrip) |
Private Attributes | |
| VertexStrip.CustomVertexInfo[] | _vertices |
| int | _vertexAmountCurrentlyMaintained |
| short[] | _indices |
| int | _indicesAmountCurrentlyMaintained |
| List< Vector2 > | _temporaryPositionsCache |
| List< float > | _temporaryRotationsCache |
Definition at line 12 of file VertexStrip.cs.