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

13 lines
440 B
C#

// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
namespace BlendFile.DNA {
public struct NodeGeometryPointsToVolume {
public uchar resolution_mode;
public uchar input_type_radius;
public NodeGeometryPointsToVolume(uchar resolution_mode, uchar input_type_radius) {
this.resolution_mode = resolution_mode;
this.input_type_radius = input_type_radius;
}
}
}