Regenerated codefiles
This commit is contained in:
@@ -15,37 +15,37 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(450, "MaskModifierData", 208)]
|
||||
public class MaskModifierData {
|
||||
[DNAFieldAttribute(0, "ModifierData", "modifier", "ModifierData", 120, false, 0)]
|
||||
[DNAFieldAttribute(120, "ModifierData", 0, "modifier", "ModifierData", false, 0)]
|
||||
public ModifierData modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*ob_arm", "Object", 8, true, 120)]
|
||||
public Object ptr_ob_arm;
|
||||
[DNAFieldAttribute(2, "char", "vgroup[64]", "System.Char[]", 64, false, 128)]
|
||||
[DNAFieldAttribute(8, "Object", 1, "*ob_arm", "Object", true, 120)]
|
||||
public Object ob_arm;
|
||||
[DNAFieldAttribute(64, "char", 2, "vgroup[64]", "System.Char[]", false, 128)]
|
||||
public char[] vgroup = new System.Char[64];
|
||||
[DNAFieldAttribute(3, "short", "mode", "short", 2, false, 192)]
|
||||
[DNAFieldAttribute(2, "short", 3, "mode", "short", false, 192)]
|
||||
public short mode;
|
||||
[DNAFieldAttribute(4, "short", "flag", "short", 2, false, 194)]
|
||||
[DNAFieldAttribute(2, "short", 4, "flag", "short", false, 194)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(5, "float", "threshold", "float", 4, false, 196)]
|
||||
[DNAFieldAttribute(4, "float", 5, "threshold", "float", false, 196)]
|
||||
public float threshold;
|
||||
[DNAFieldAttribute(6, "void", "*_pad1", "void", 8, true, 200)]
|
||||
public object ptr__pad1;
|
||||
[DNAFieldAttribute(8, "void", 6, "*_pad1", "void", true, 200)]
|
||||
public object _pad1;
|
||||
public MaskModifierData() {
|
||||
this.modifier = default;
|
||||
this.ptr_ob_arm = default;
|
||||
this.ob_arm = default;
|
||||
this.vgroup = default;
|
||||
this.mode = default;
|
||||
this.flag = default;
|
||||
this.threshold = default;
|
||||
this.ptr__pad1 = default;
|
||||
this._pad1 = default;
|
||||
}
|
||||
public MaskModifierData(ModifierData modifier, Object ptr_ob_arm, char[] vgroup, short mode, short flag, float threshold, object ptr__pad1) {
|
||||
public MaskModifierData(ModifierData modifier, Object ob_arm, char[] vgroup, short mode, short flag, float threshold, object _pad1) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_ob_arm = ptr_ob_arm;
|
||||
this.ob_arm = ob_arm;
|
||||
this.vgroup = vgroup;
|
||||
this.mode = mode;
|
||||
this.flag = flag;
|
||||
this.threshold = threshold;
|
||||
this.ptr__pad1 = ptr__pad1;
|
||||
this._pad1 = _pad1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user