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,49 +15,49 @@ namespace BlendFile.DNA {
[DNAClassAttribute(886, "bSound")]
public class bSound {
[DNAFieldAttribute(0, "ID", "id", "ID", 208)]
[DNAFieldAttribute(0, "ID", "id", "ID", 208, false)]
public ID id;
[DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1)]
[DNAFieldAttribute(1, "char", "name[1024]", "System.Char[]", 1024, false)]
public char[] name = new System.Char[1024];
[DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 24)]
[DNAFieldAttribute(2, "PackedFile", "*packedfile", "PackedFile", 4, true)]
public PackedFile ptr_packedfile;
[DNAFieldAttribute(3, "void", "*handle", "void", 0)]
[DNAFieldAttribute(3, "void", "*handle", "void", 4, true)]
public object ptr_handle;
[DNAFieldAttribute(4, "PackedFile", "*newpackedfile", "PackedFile", 24)]
[DNAFieldAttribute(4, "PackedFile", "*newpackedfile", "PackedFile", 4, true)]
public PackedFile ptr_newpackedfile;
[DNAFieldAttribute(5, "Ipo", "*ipo", "Ipo", 248)]
[DNAFieldAttribute(5, "Ipo", "*ipo", "Ipo", 4, true)]
public Ipo ptr_ipo;
[DNAFieldAttribute(6, "float", "volume", "float", 4)]
[DNAFieldAttribute(6, "float", "volume", "float", 4, false)]
public float volume;
[DNAFieldAttribute(7, "float", "attenuation", "float", 4)]
[DNAFieldAttribute(7, "float", "attenuation", "float", 4, false)]
public float attenuation;
[DNAFieldAttribute(8, "float", "pitch", "float", 4)]
[DNAFieldAttribute(8, "float", "pitch", "float", 4, false)]
public float pitch;
[DNAFieldAttribute(9, "float", "min_gain", "float", 4)]
[DNAFieldAttribute(9, "float", "min_gain", "float", 4, false)]
public float min_gain;
[DNAFieldAttribute(10, "float", "max_gain", "float", 4)]
[DNAFieldAttribute(10, "float", "max_gain", "float", 4, false)]
public float max_gain;
[DNAFieldAttribute(11, "float", "distance", "float", 4)]
[DNAFieldAttribute(11, "float", "distance", "float", 4, false)]
public float distance;
[DNAFieldAttribute(12, "short", "flags", "short", 2)]
[DNAFieldAttribute(12, "short", "flags", "short", 2, false)]
public short flags;
[DNAFieldAttribute(13, "short", "tags", "short", 2)]
[DNAFieldAttribute(13, "short", "tags", "short", 2, false)]
public short tags;
[DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 1)]
[DNAFieldAttribute(14, "char", "_pad[4]", "System.Char[]", 4, false)]
public char[] _pad = new System.Char[4];
[DNAFieldAttribute(15, "double", "offset_time", "double", 8)]
[DNAFieldAttribute(15, "double", "offset_time", "double", 8, false)]
public double offset_time;
[DNAFieldAttribute(16, "void", "*cache", "void", 0)]
[DNAFieldAttribute(16, "void", "*cache", "void", 4, true)]
public object ptr_cache;
[DNAFieldAttribute(17, "void", "*waveform", "void", 0)]
[DNAFieldAttribute(17, "void", "*waveform", "void", 4, true)]
public object ptr_waveform;
[DNAFieldAttribute(18, "void", "*playback_handle", "void", 0)]
[DNAFieldAttribute(18, "void", "*playback_handle", "void", 4, true)]
public object ptr_playback_handle;
[DNAFieldAttribute(19, "void", "*spinlock", "void", 0)]
[DNAFieldAttribute(19, "void", "*spinlock", "void", 4, true)]
public object ptr_spinlock;
[DNAFieldAttribute(20, "int", "audio_channels", "int", 4)]
[DNAFieldAttribute(20, "int", "audio_channels", "int", 4, false)]
public int audio_channels;
[DNAFieldAttribute(21, "int", "samplerate", "int", 4)]
[DNAFieldAttribute(21, "int", "samplerate", "int", 4, false)]
public int samplerate;
public bSound() {
this.id = default;