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