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,18 +14,18 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(88, "FMod_Noise", 20)]
public struct FMod_Noise {
[DNAFieldAttribute(0, "float", "size", "float", 4, false, 0)]
public class FMod_Noise {
[DNAFieldAttribute(4, "float", 0, "size", "float", false, 0)]
public float size;
[DNAFieldAttribute(1, "float", "strength", "float", 4, false, 4)]
[DNAFieldAttribute(4, "float", 1, "strength", "float", false, 4)]
public float strength;
[DNAFieldAttribute(2, "float", "phase", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 2, "phase", "float", false, 8)]
public float phase;
[DNAFieldAttribute(3, "float", "offset", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 3, "offset", "float", false, 12)]
public float offset;
[DNAFieldAttribute(4, "short", "depth", "short", 2, false, 16)]
[DNAFieldAttribute(2, "short", 4, "depth", "short", false, 16)]
public short depth;
[DNAFieldAttribute(5, "short", "modification", "short", 2, false, 18)]
[DNAFieldAttribute(2, "short", 5, "modification", "short", false, 18)]
public short modification;
public FMod_Noise() {
this.size = default;