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