forked from dethunter12/DevPack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pwObject.cs
35 lines (23 loc) · 934 Bytes
/
pwObject.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Decompiled with JetBrains decompiler
// Type: LcDevPack_TeamDamonA.pwObject
// Assembly: LcDevPack_TeamDamonA, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 6B9BC8BF-B510-4945-A515-04135CC0F4A4
// Assembly location: C:\Users\NTServer\Desktop\LcDevPack_TeamDamonA\LcDevPack_TeamDamonA\LcDevPack_TeamDamonA.exe
namespace LcDevPack_TeamDamonA
{
public class pwObject
{
public pwBoneIndex[] BoneIndex { get; set; }
public byte[] ExtraData { get; set; }
public pwFaces[] Faces { get; set; }
public int FaceVertsCount { get; set; }
public int MaterialIndex { get; set; }
public byte[] MeshName { get; set; }
public pwNormal[] Normals { get; set; }
public int TextureIndex { get; set; }
public pwUV[] UVs { get; set; }
public int VertexCount { get; set; }
public pwVertexWeight[] VertexWeight { get; set; }
public pwVertex[] Vertices { get; set; }
}
}