Added Generation Output
This commit is contained in:
28
BlendFile/DNA/GP_Sculpt_Guide.cs
Normal file
28
BlendFile/DNA/GP_Sculpt_Guide.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class GP_Sculpt_Guide {
|
||||
public char use_guide;
|
||||
public char use_snapping;
|
||||
public char reference_point;
|
||||
public char type;
|
||||
public char[] _pad2 = new System.Char[4];
|
||||
public float angle;
|
||||
public float angle_snap;
|
||||
public float spacing;
|
||||
public float[] location = new System.Single[3];
|
||||
public Object ptr_reference_object;
|
||||
public GP_Sculpt_Guide(char use_guide, char use_snapping, char reference_point, char type, char[] _pad2, float angle, float angle_snap, float spacing, float[] location, Object ptr_reference_object) {
|
||||
this.use_guide = use_guide;
|
||||
this.use_snapping = use_snapping;
|
||||
this.reference_point = reference_point;
|
||||
this.type = type;
|
||||
this._pad2 = _pad2;
|
||||
this.angle = angle;
|
||||
this.angle_snap = angle_snap;
|
||||
this.spacing = spacing;
|
||||
this.location = location;
|
||||
this.ptr_reference_object = ptr_reference_object;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user