15 lines
420 B
C#
15 lines
420 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct bNestedNodeRef {
|
|
public int id;
|
|
public char[] _pad = new System.Char[4];
|
|
public bNestedNodePath path;
|
|
public bNestedNodeRef(int id, char[] _pad, bNestedNodePath path) {
|
|
this.id = id;
|
|
this._pad = _pad;
|
|
this.path = path;
|
|
}
|
|
}
|
|
}
|