Added memoryOffset value to DNAFieldAttribute, regenerated files.

This commit is contained in:
Samuele Lorefice
2025-02-20 21:00:55 +01:00
parent b171b65aa5
commit f383debd18
939 changed files with 9636 additions and 9605 deletions

View File

@@ -15,35 +15,35 @@ namespace BlendFile.DNA {
[DNAClassAttribute(972, "Speaker", 272)]
public class Speaker {
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false, 0)]
public ID id;
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true)]
[DNAFieldAttribute(1, "AnimData", "*adt", "AnimData", 8, true, 208)]
public AnimData ptr_adt;
[DNAFieldAttribute(2, "bSound", "*sound", "bSound", 8, true)]
[DNAFieldAttribute(2, "bSound", "*sound", "bSound", 8, true, 216)]
public bSound ptr_sound;
[DNAFieldAttribute(3, "float", "volume_max", "float", 4, false)]
[DNAFieldAttribute(3, "float", "volume_max", "float", 4, false, 224)]
public float volume_max;
[DNAFieldAttribute(4, "float", "volume_min", "float", 4, false)]
[DNAFieldAttribute(4, "float", "volume_min", "float", 4, false, 228)]
public float volume_min;
[DNAFieldAttribute(5, "float", "distance_max", "float", 4, false)]
[DNAFieldAttribute(5, "float", "distance_max", "float", 4, false, 232)]
public float distance_max;
[DNAFieldAttribute(6, "float", "distance_reference", "float", 4, false)]
[DNAFieldAttribute(6, "float", "distance_reference", "float", 4, false, 236)]
public float distance_reference;
[DNAFieldAttribute(7, "float", "attenuation", "float", 4, false)]
[DNAFieldAttribute(7, "float", "attenuation", "float", 4, false, 240)]
public float attenuation;
[DNAFieldAttribute(8, "float", "cone_angle_outer", "float", 4, false)]
[DNAFieldAttribute(8, "float", "cone_angle_outer", "float", 4, false, 244)]
public float cone_angle_outer;
[DNAFieldAttribute(9, "float", "cone_angle_inner", "float", 4, false)]
[DNAFieldAttribute(9, "float", "cone_angle_inner", "float", 4, false, 248)]
public float cone_angle_inner;
[DNAFieldAttribute(10, "float", "cone_volume_outer", "float", 4, false)]
[DNAFieldAttribute(10, "float", "cone_volume_outer", "float", 4, false, 252)]
public float cone_volume_outer;
[DNAFieldAttribute(11, "float", "volume", "float", 4, false)]
[DNAFieldAttribute(11, "float", "volume", "float", 4, false, 256)]
public float volume;
[DNAFieldAttribute(12, "float", "pitch", "float", 4, false)]
[DNAFieldAttribute(12, "float", "pitch", "float", 4, false, 260)]
public float pitch;
[DNAFieldAttribute(13, "short", "flag", "short", 2, false)]
[DNAFieldAttribute(13, "short", "flag", "short", 2, false, 264)]
public short flag;
[DNAFieldAttribute(14, "char", "_pad1[6]", "System.Char[]", 6, false)]
[DNAFieldAttribute(14, "char", "_pad1[6]", "System.Char[]", 6, false, 266)]
public char[] _pad1 = new System.Char[6];
public Speaker() {
this.id = default;