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,14 +14,14 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(674, "NodeMapRange", 8)]
public struct NodeMapRange {
[DNAFieldAttribute(0, "uchar", "data_type", "uchar", 1, false, 0)]
public class NodeMapRange {
[DNAFieldAttribute(1, "uchar", 0, "data_type", "uchar", false, 0)]
public byte data_type;
[DNAFieldAttribute(1, "uchar", "interpolation_type", "uchar", 1, false, 1)]
[DNAFieldAttribute(1, "uchar", 1, "interpolation_type", "uchar", false, 1)]
public byte interpolation_type;
[DNAFieldAttribute(2, "uchar", "clamp", "uchar", 1, false, 2)]
[DNAFieldAttribute(1, "uchar", 2, "clamp", "uchar", false, 2)]
public byte clamp;
[DNAFieldAttribute(3, "char", "_pad[5]", "System.Char[]", 5, false, 3)]
[DNAFieldAttribute(5, "char", 3, "_pad[5]", "System.Char[]", false, 3)]
public char[] _pad = new System.Char[5];
public NodeMapRange() {
this.data_type = default;