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,23 +15,23 @@ namespace BlendFile.DNA {
[DNAClassAttribute(798, "AudioData")]
public struct AudioData {
[DNAFieldAttribute(0, "int", "mixrate", "int", 4)]
[DNAFieldAttribute(0, "int", "mixrate", "int", 4, false)]
public int mixrate;
[DNAFieldAttribute(1, "float", "main", "float", 4)]
[DNAFieldAttribute(1, "float", "main", "float", 4, false)]
public float main;
[DNAFieldAttribute(2, "float", "speed_of_sound", "float", 4)]
[DNAFieldAttribute(2, "float", "speed_of_sound", "float", 4, false)]
public float speed_of_sound;
[DNAFieldAttribute(3, "float", "doppler_factor", "float", 4)]
[DNAFieldAttribute(3, "float", "doppler_factor", "float", 4, false)]
public float doppler_factor;
[DNAFieldAttribute(4, "int", "distance_model", "int", 4)]
[DNAFieldAttribute(4, "int", "distance_model", "int", 4, false)]
public int distance_model;
[DNAFieldAttribute(5, "short", "flag", "short", 2)]
[DNAFieldAttribute(5, "short", "flag", "short", 2, false)]
public short flag;
[DNAFieldAttribute(6, "char", "_pad[2]", "System.Char[]", 1)]
[DNAFieldAttribute(6, "char", "_pad[2]", "System.Char[]", 2, false)]
public char[] _pad = new System.Char[2];
[DNAFieldAttribute(7, "float", "volume", "float", 4)]
[DNAFieldAttribute(7, "float", "volume", "float", 4, false)]
public float volume;
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 1)]
[DNAFieldAttribute(8, "char", "_pad2[4]", "System.Char[]", 4, false)]
public char[] _pad2 = new System.Char[4];
public AudioData() {
this.mixrate = default;