terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
VertexAttributeDescriptor (VertexAttribute attribute=VertexAttribute.Position, VertexAttributeFormat format=VertexAttributeFormat.Float32, int dimension=3, int stream=0) | |
override string | ToString () |
override int | GetHashCode () |
override bool | Equals (object other) |
bool | Equals (VertexAttributeDescriptor other) |
bool | Equals (T other) |
Properties | |
VertexAttribute | attribute [get, set] |
VertexAttributeFormat | format [get, set] |
int | dimension [get, set] |
int | stream [get, set] |
Private Attributes | |
VertexAttribute< attribute > | k__BackingField |
VertexAttributeFormat< format > | k__BackingField |
int< dimension > | k__BackingField |
int< stream > | k__BackingField |
Definition at line 11 of file VertexAttributeDescriptor.cs.