13 lines
400 B
C#
13 lines
400 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct NodeGeometryImageTexture {
|
|
public int8_t interpolation;
|
|
public int8_t extension;
|
|
public NodeGeometryImageTexture(int8_t interpolation, int8_t extension) {
|
|
this.interpolation = interpolation;
|
|
this.extension = extension;
|
|
}
|
|
}
|
|
}
|