Added Type stubbing

This commit is contained in:
Samuele Lorefice
2025-01-22 17:56:49 +01:00
parent 2d6159e331
commit 9a949dbeab
112 changed files with 610 additions and 313 deletions

View File

@@ -17,12 +17,12 @@ namespace BlendFile.DNA {
public float[] vec = new System.Single[4];
public float alfa;
public float weight;
public uchar f1;
public byte f1;
public char[] _pad1 = new System.Char[1];
public short hide;
public float radius;
public char[] _pad = new System.Char[4];
public BPoint(float[] vec, float alfa, float weight, uchar f1, char[] _pad1, short hide, float radius, char[] _pad) {
public BPoint(float[] vec, float alfa, float weight, byte f1, char[] _pad1, short hide, float radius, char[] _pad) {
this.vec = vec;
this.alfa = alfa;
this.weight = weight;