Added Generation Output
This commit is contained in:
18
BlendFile/DNA/ObjectLineArt.cs
Normal file
18
BlendFile/DNA/ObjectLineArt.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct ObjectLineArt {
|
||||
public short usage;
|
||||
public short flags;
|
||||
public float crease_threshold;
|
||||
public char intersection_priority;
|
||||
public char[] _pad = new System.Char[7];
|
||||
public ObjectLineArt(short usage, short flags, float crease_threshold, char intersection_priority, char[] _pad) {
|
||||
this.usage = usage;
|
||||
this.flags = flags;
|
||||
this.crease_threshold = crease_threshold;
|
||||
this.intersection_priority = intersection_priority;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user