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