66
77namespace libMBIN . NMS . Toolkit
88{
9- [ NMS ( GUID = 0x7E2C6C00A113D11F , NameHash = 0xA74EA06001E7577E ) ]
9+ [ NMS ( GUID = 0x32F6AE7B03222A1F , NameHash = 0x819C3220 ) ]
1010 public class TkGeometryData : NMSTemplate
1111 {
12- [ NMS ( Index = 18 ) ]
12+ [ NMS ( Index = 20 ) ]
1313 /* 0x000 */ public TkVertexLayout SmallVertexLayout ;
14- [ NMS ( Index = 17 ) ]
14+ [ NMS ( Index = 19 ) ]
1515 /* 0x020 */ public TkVertexLayout VertexLayout ;
1616 [ NMS ( Index = 12 ) ]
1717 /* 0x040 */ public List < int > BoundHullVertEd ;
1818 [ NMS ( Index = 16 ) ]
1919 /* 0x050 */ public List < Vector4f > BoundHullVerts ;
2020 [ NMS ( Index = 11 ) ]
2121 /* 0x060 */ public List < int > BoundHullVertSt ;
22- [ NMS ( Index = 19 ) ]
22+ [ NMS ( Index = 21 ) ]
2323 /* 0x070 */ public List < int > IndexBuffer ;
2424 [ NMS ( Index = 4 ) ]
2525 /* 0x080 */ public List < TkJointBindingData > JointBindings ;
@@ -39,18 +39,22 @@ public class TkGeometryData : NMSTemplate
3939 /* 0x0F0 */ public List < int > MeshVertREnd ;
4040 [ NMS ( Index = 9 ) ]
4141 /* 0x100 */ public List < int > MeshVertRStart ;
42+ [ NMS ( Index = 18 ) ]
43+ /* 0x110 */ public List < VariableSizeString > ProcGenNodeNames ;
44+ [ NMS ( Index = 17 ) ]
45+ /* 0x120 */ public List < int > ProcGenParentId ;
4246 [ NMS ( Index = 8 ) ]
43- /* 0x110 */ public List < int > SkinMatrixLayout ;
44- [ NMS ( Index = 20 ) ]
45- /* 0x120 */ public List < TkMeshMetaData > StreamMetaDataArray ;
47+ /* 0x130 */ public List < int > SkinMatrixLayout ;
48+ [ NMS ( Index = 22 ) ]
49+ /* 0x140 */ public List < TkMeshMetaData > StreamMetaDataArray ;
4650 [ NMS ( Index = 3 ) ]
47- /* 0x130 */ public int CollisionIndexCount ;
51+ /* 0x150 */ public int CollisionIndexCount ;
4852 [ NMS ( Index = 1 ) ]
49- /* 0x134 */ public int IndexCount ;
53+ /* 0x154 */ public int IndexCount ;
5054 [ NMS ( Index = 2 ) ]
51- /* 0x138 */ public int Indices16Bit ;
55+ /* 0x158 */ public int Indices16Bit ;
5256 [ NMS ( Index = 0 ) ]
53- /* 0x13C */ public int VertexCount ;
57+ /* 0x15C */ public int VertexCount ;
5458
5559 // TODO: add the list ending to this??
5660 public override bool CustomSerialize ( BinaryWriter writer , Type field , object fieldData , NMSAttribute settings , FieldInfo fieldInfo , ref List < Tuple < long , object > > additionalData , ref int addtDataIndex ) {
0 commit comments