Regenerated all the files
This commit is contained in:
@@ -11,22 +11,38 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class Speaker {
|
||||
[DNAFieldAttribute(0, "ID", "id", 208)]
|
||||
public ID id;
|
||||
[DNAFieldAttribute(1, "AnimData", "*adt", 248)]
|
||||
public AnimData ptr_adt;
|
||||
[DNAFieldAttribute(2, "bSound", "*sound", 1344)]
|
||||
public bSound ptr_sound;
|
||||
[DNAFieldAttribute(3, "float", "volume_max", 4)]
|
||||
public float volume_max;
|
||||
[DNAFieldAttribute(4, "float", "volume_min", 4)]
|
||||
public float volume_min;
|
||||
[DNAFieldAttribute(5, "float", "distance_max", 4)]
|
||||
public float distance_max;
|
||||
[DNAFieldAttribute(6, "float", "distance_reference", 4)]
|
||||
public float distance_reference;
|
||||
[DNAFieldAttribute(7, "float", "attenuation", 4)]
|
||||
public float attenuation;
|
||||
[DNAFieldAttribute(8, "float", "cone_angle_outer", 4)]
|
||||
public float cone_angle_outer;
|
||||
[DNAFieldAttribute(9, "float", "cone_angle_inner", 4)]
|
||||
public float cone_angle_inner;
|
||||
[DNAFieldAttribute(10, "float", "cone_volume_outer", 4)]
|
||||
public float cone_volume_outer;
|
||||
[DNAFieldAttribute(11, "float", "volume", 4)]
|
||||
public float volume;
|
||||
[DNAFieldAttribute(12, "float", "pitch", 4)]
|
||||
public float pitch;
|
||||
[DNAFieldAttribute(13, "short", "flag", 2)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(14, "char", "_pad1[6]", 1)]
|
||||
public char[] _pad1 = new System.Char[6];
|
||||
public Speaker(ID id, AnimData ptr_adt, bSound ptr_sound, float volume_max, float volume_min, float distance_max, float distance_reference, float attenuation, float cone_angle_outer, float cone_angle_inner, float cone_volume_outer, float volume, float pitch, short flag, char[] _pad1) {
|
||||
this.id = id;
|
||||
|
||||
Reference in New Issue
Block a user