Added Generation Output
This commit is contained in:
18
BlendFile/DNA/NodesModifierDataBlock.cs
Normal file
18
BlendFile/DNA/NodesModifierDataBlock.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class NodesModifierDataBlock {
|
||||
public char ptr_id_name;
|
||||
public char ptr_lib_name;
|
||||
public ID ptr_id;
|
||||
public int id_type;
|
||||
public char[] _pad = new System.Char[4];
|
||||
public NodesModifierDataBlock(char ptr_id_name, char ptr_lib_name, ID ptr_id, int id_type, char[] _pad) {
|
||||
this.ptr_id_name = ptr_id_name;
|
||||
this.ptr_lib_name = ptr_lib_name;
|
||||
this.ptr_id = ptr_id;
|
||||
this.id_type = id_type;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user