15 lines
367 B
C#
15 lines
367 B
C#
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
|
namespace BlendFile.DNA {
|
|
|
|
public struct MaskSplinePointUW {
|
|
public float u;
|
|
public float w;
|
|
public int flag;
|
|
public MaskSplinePointUW(float u, float w, int flag) {
|
|
this.u = u;
|
|
this.w = w;
|
|
this.flag = flag;
|
|
}
|
|
}
|
|
}
|