regenerated files

This commit is contained in:
mm00
2025-02-19 17:07:50 +01:00
parent f327f18b57
commit 380949122c
935 changed files with 9595 additions and 9586 deletions

View File

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