Regenerated codefiles
This commit is contained in:
@@ -15,45 +15,45 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(459, "CastModifierData", 216)]
|
||||
public class CastModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*object", "Object", 8, true, 120)]
|
||||
public Object ptr_object;
|
||||
[DNAFieldAttribute(2, "float", "fac", "float", 4, false, 128)]
|
||||
[DNAFieldAttribute(8, "Object", 1, "*object", "Object", true, 120)]
|
||||
public Object @object;
|
||||
[DNAFieldAttribute(4, "float", 2, "fac", "float", false, 128)]
|
||||
public float fac;
|
||||
[DNAFieldAttribute(3, "float", "radius", "float", 4, false, 132)]
|
||||
[DNAFieldAttribute(4, "float", 3, "radius", "float", false, 132)]
|
||||
public float radius;
|
||||
[DNAFieldAttribute(4, "float", "size", "float", 4, false, 136)]
|
||||
[DNAFieldAttribute(4, "float", 4, "size", "float", false, 136)]
|
||||
public float size;
|
||||
[DNAFieldAttribute(5, "char", "defgrp_name[64]", "System.Char[]", 64, false, 140)]
|
||||
[DNAFieldAttribute(64, "char", 5, "defgrp_name[64]", "System.Char[]", false, 140)]
|
||||
public char[] defgrp_name = new System.Char[64];
|
||||
[DNAFieldAttribute(6, "short", "flag", "short", 2, false, 204)]
|
||||
[DNAFieldAttribute(2, "short", 6, "flag", "short", false, 204)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(7, "short", "type", "short", 2, false, 206)]
|
||||
[DNAFieldAttribute(2, "short", 7, "type", "short", false, 206)]
|
||||
public short type;
|
||||
[DNAFieldAttribute(8, "void", "*_pad1", "void", 8, true, 208)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(8, "void", 8, "*_pad1", "void", true, 208)]
|
||||
public object _pad1;
|
||||
public CastModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_object = default;
|
||||
this.@object = default;
|
||||
this.fac = default;
|
||||
this.radius = default;
|
||||
this.size = default;
|
||||
this.defgrp_name = default;
|
||||
this.flag = default;
|
||||
this.type = default;
|
||||
this.ptr__pad1 = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public CastModifierData(ModifierData modifier, Object ptr_object, float fac, float radius, float size, char[] defgrp_name, short flag, short type, object ptr__pad1) {
|
||||
public CastModifierData(ModifierData modifier, Object @object, float fac, float radius, float size, char[] defgrp_name, short flag, short type, object _pad1) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_object = ptr_object;
|
||||
this.@object = @object;
|
||||
this.fac = fac;
|
||||
this.radius = radius;
|
||||
this.size = size;
|
||||
this.defgrp_name = defgrp_name;
|
||||
this.flag = flag;
|
||||
this.type = type;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
this._pad1 = _pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user