regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
[DNAClassAttribute(88, "FMod_Noise")]
public struct FMod_Noise {
[DNAFieldAttribute(0, "float", "size", 4)]
[DNAFieldAttribute(0, "float", "size", "float", 4)]
public float size;
[DNAFieldAttribute(1, "float", "strength", 4)]
[DNAFieldAttribute(1, "float", "strength", "float", 4)]
public float strength;
[DNAFieldAttribute(2, "float", "phase", 4)]
[DNAFieldAttribute(2, "float", "phase", "float", 4)]
public float phase;
[DNAFieldAttribute(3, "float", "offset", 4)]
[DNAFieldAttribute(3, "float", "offset", "float", 4)]
public float offset;
[DNAFieldAttribute(4, "short", "depth", 2)]
[DNAFieldAttribute(4, "short", "depth", "short", 2)]
public short depth;
[DNAFieldAttribute(5, "short", "modification", 2)]
[DNAFieldAttribute(5, "short", "modification", "short", 2)]
public short modification;
public FMod_Noise() {
this.size = default;