Regenerated all the files
This commit is contained in:
@@ -11,29 +11,52 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class bSound {
|
||||
[DNAFieldAttribute(0, "ID", "id", 208)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "char", "name[1024]", 1)]
|
||||
public char[] name = new System.Char[1024];
|
||||
[DNAFieldAttribute(2, "PackedFile", "*packedfile", 24)]
|
||||
public PackedFile ptr_packedfile;
|
||||
[DNAFieldAttribute(3, "void", "*handle", 0)]
|
||||
public object ptr_handle;
|
||||
[DNAFieldAttribute(4, "PackedFile", "*newpackedfile", 24)]
|
||||
public PackedFile ptr_newpackedfile;
|
||||
[DNAFieldAttribute(5, "Ipo", "*ipo", 248)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(6, "float", "volume", 4)]
|
||||
public float volume;
|
||||
[DNAFieldAttribute(7, "float", "attenuation", 4)]
|
||||
public float attenuation;
|
||||
[DNAFieldAttribute(8, "float", "pitch", 4)]
|
||||
public float pitch;
|
||||
[DNAFieldAttribute(9, "float", "min_gain", 4)]
|
||||
public float min_gain;
|
||||
[DNAFieldAttribute(10, "float", "max_gain", 4)]
|
||||
public float max_gain;
|
||||
[DNAFieldAttribute(11, "float", "distance", 4)]
|
||||
public float distance;
|
||||
[DNAFieldAttribute(12, "short", "flags", 2)]
|
||||
public short flags;
|
||||
[DNAFieldAttribute(13, "short", "tags", 2)]
|
||||
public short tags;
|
||||
[DNAFieldAttribute(14, "char", "_pad[4]", 1)]
|
||||
public char[] _pad = new System.Char[4];
|
||||
[DNAFieldAttribute(15, "double", "offset_time", 8)]
|
||||
public double offset_time;
|
||||
[DNAFieldAttribute(16, "void", "*cache", 0)]
|
||||
public object ptr_cache;
|
||||
[DNAFieldAttribute(17, "void", "*waveform", 0)]
|
||||
public object ptr_waveform;
|
||||
[DNAFieldAttribute(18, "void", "*playback_handle", 0)]
|
||||
public object ptr_playback_handle;
|
||||
[DNAFieldAttribute(19, "void", "*spinlock", 0)]
|
||||
public object ptr_spinlock;
|
||||
[DNAFieldAttribute(20, "int", "audio_channels", 4)]
|
||||
public int audio_channels;
|
||||
[DNAFieldAttribute(21, "int", "samplerate", 4)]
|
||||
public int samplerate;
|
||||
public bSound(
|
||||
ID id,
|
||||
|
||||
Reference in New Issue
Block a user