Regenerated codefiles
This commit is contained in:
@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(432, "MVertSkin", 16)]
|
||||
public struct MVertSkin {
|
||||
[DNAFieldAttribute(0, "float", "radius[3]", "System.Single[]", 12, false, 0)]
|
||||
public class MVertSkin {
|
||||
[DNAFieldAttribute(12, "float", 0, "radius[3]", "System.Single[]", false, 0)]
|
||||
public float[] radius = new System.Single[3];
|
||||
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 12)]
|
||||
public int flag;
|
||||
public MVertSkin() {
|
||||
this.radius = default;
|
||||
|
||||
Reference in New Issue
Block a user