Added Generation Output
This commit is contained in:
28
BlendFile/DNA/BooleanModifierData.cs
Normal file
28
BlendFile/DNA/BooleanModifierData.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class BooleanModifierData {
|
||||
public ModifierData modifier;
|
||||
public Object ptr_object;
|
||||
public Collection ptr_collection;
|
||||
public float double_threshold;
|
||||
public char operation;
|
||||
public char solver;
|
||||
public char material_mode;
|
||||
public char flag;
|
||||
public char bm_flag;
|
||||
public char[] _pad = new System.Char[7];
|
||||
public BooleanModifierData(ModifierData modifier, Object ptr_object, Collection ptr_collection, float double_threshold, char operation, char solver, char material_mode, char flag, char bm_flag, char[] _pad) {
|
||||
this.modifier = modifier;
|
||||
this.ptr_object = ptr_object;
|
||||
this.ptr_collection = ptr_collection;
|
||||
this.double_threshold = double_threshold;
|
||||
this.operation = operation;
|
||||
this.solver = solver;
|
||||
this.material_mode = material_mode;
|
||||
this.flag = flag;
|
||||
this.bm_flag = bm_flag;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user