Added Generation Output
This commit is contained in:
14
BlendFile/DNA/NodeTranslateData.cs
Normal file
14
BlendFile/DNA/NodeTranslateData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user