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 NodeGeometryDeleteGeometry {
|
|
public int8_t domain;
|
|
public int8_t mode;
|
|
public NodeGeometryDeleteGeometry(int8_t domain, int8_t mode) {
|
|
this.domain = domain;
|
|
this.mode = mode;
|
|
}
|
|
}
|
|
}
|