Added Generation Output
This commit is contained in:
18
BlendFile/DNA/EffectorWeights.cs
Normal file
18
BlendFile/DNA/EffectorWeights.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class EffectorWeights {
|
||||
public Collection ptr_group;
|
||||
public float[] weight = new System.Single[14];
|
||||
public float global_gravity;
|
||||
public short flag;
|
||||
public char[] _pad = new System.Char[2];
|
||||
public EffectorWeights(Collection ptr_group, float[] weight, float global_gravity, short flag, char[] _pad) {
|
||||
this.ptr_group = ptr_group;
|
||||
this.weight = weight;
|
||||
this.global_gravity = global_gravity;
|
||||
this.flag = flag;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user