13 lines
356 B
C#
13 lines
356 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct NodeGeometryMeshLine {
|
|
public uchar mode;
|
|
public uchar count_mode;
|
|
public NodeGeometryMeshLine(uchar mode, uchar count_mode) {
|
|
this.mode = mode;
|
|
this.count_mode = count_mode;
|
|
}
|
|
}
|
|
}
|