13 lines
370 B
C#
13 lines
370 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct NodeGeometryLinearGizmo {
|
|
public int color_id;
|
|
public int draw_style;
|
|
public NodeGeometryLinearGizmo(int color_id, int draw_style) {
|
|
this.color_id = color_id;
|
|
this.draw_style = draw_style;
|
|
}
|
|
}
|
|
}
|