15 lines
463 B
C#
15 lines
463 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct NodeTranslateData {
|
|
public char wrap_axis;
|
|
public char relative;
|
|
public short interpolation;
|
|
public NodeTranslateData(char wrap_axis, char relative, short interpolation) {
|
|
this.wrap_axis = wrap_axis;
|
|
this.relative = relative;
|
|
this.interpolation = interpolation;
|
|
}
|
|
}
|
|
}
|