Files
BlenderSharp/BlendFile/DNA/NodeGeometryMeshLine.cs
2025-01-22 02:23:29 +01:00

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;
}
}
}