Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(439, "MLoopUV", 12)]
public struct MLoopUV {
[DNAFieldAttribute(0, "float", "uv[2]", "System.Single[]", 8, false, 0)]
public class MLoopUV {
[DNAFieldAttribute(8, "float", 0, "uv[2]", "System.Single[]", false, 0)]
public float[] uv = new System.Single[2];
[DNAFieldAttribute(1, "int", "flag", "int", 4, false, 8)]
[DNAFieldAttribute(4, "int", 1, "flag", "int", false, 8)]
public int flag;
public MLoopUV() {
this.uv = default;