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,15 +15,15 @@ namespace BlendFile.DNA {
[DNAClassAttribute(84, "FMod_Envelope")]
public class FMod_Envelope {
[DNAFieldAttribute(0, "FCM_EnvelopeData", "*data", 16)]
[DNAFieldAttribute(0, "FCM_EnvelopeData", "*data", "FCM_EnvelopeData", 16)]
public FCM_EnvelopeData ptr_data;
[DNAFieldAttribute(1, "int", "totvert", 4)]
[DNAFieldAttribute(1, "int", "totvert", "int", 4)]
public int totvert;
[DNAFieldAttribute(2, "float", "midval", 4)]
[DNAFieldAttribute(2, "float", "midval", "float", 4)]
public float midval;
[DNAFieldAttribute(3, "float", "min", 4)]
[DNAFieldAttribute(3, "float", "min", "float", 4)]
public float min;
[DNAFieldAttribute(4, "float", "max", 4)]
[DNAFieldAttribute(4, "float", "max", "float", 4)]
public float max;
public FMod_Envelope() {
this.ptr_data = default;