Added Generation Output
This commit is contained in:
32
BlendFile/DNA/IDOverrideLibraryPropertyOperation.cs
Normal file
32
BlendFile/DNA/IDOverrideLibraryPropertyOperation.cs
Normal file
@@ -0,0 +1,32 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class IDOverrideLibraryPropertyOperation {
|
||||
public IDOverrideLibraryPropertyOperation ptr_next;
|
||||
public IDOverrideLibraryPropertyOperation ptr_prev;
|
||||
public short operation;
|
||||
public short flag;
|
||||
public short tag;
|
||||
public char[] _pad0 = new System.Char[2];
|
||||
public char ptr_subitem_reference_name;
|
||||
public char ptr_subitem_local_name;
|
||||
public int subitem_reference_index;
|
||||
public int subitem_local_index;
|
||||
public ID ptr_subitem_reference_id;
|
||||
public ID ptr_subitem_local_id;
|
||||
public IDOverrideLibraryPropertyOperation(IDOverrideLibraryPropertyOperation ptr_next, IDOverrideLibraryPropertyOperation ptr_prev, short operation, short flag, short tag, char[] _pad0, char ptr_subitem_reference_name, char ptr_subitem_local_name, int subitem_reference_index, int subitem_local_index, ID ptr_subitem_reference_id, ID ptr_subitem_local_id) {
|
||||
this.ptr_next = ptr_next;
|
||||
this.ptr_prev = ptr_prev;
|
||||
this.operation = operation;
|
||||
this.flag = flag;
|
||||
this.tag = tag;
|
||||
this._pad0 = _pad0;
|
||||
this.ptr_subitem_reference_name = ptr_subitem_reference_name;
|
||||
this.ptr_subitem_local_name = ptr_subitem_local_name;
|
||||
this.subitem_reference_index = subitem_reference_index;
|
||||
this.subitem_local_index = subitem_local_index;
|
||||
this.ptr_subitem_reference_id = ptr_subitem_reference_id;
|
||||
this.ptr_subitem_local_id = ptr_subitem_local_id;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user