Added Generation Output

This commit is contained in:
Samuele Lorefice
2025-01-22 02:23:29 +01:00
parent 83b207b799
commit fa78292a67
936 changed files with 31758 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
namespace BlendFile.DNA {
public class ColorManagedViewSettings {
public int flag;
public char[] _pad = new System.Char[4];
public char[] look = new System.Char[64];
public char[] view_transform = new System.Char[64];
public float exposure;
public float gamma;
public float temperature;
public float tint;
public CurveMapping ptr_curve_mapping;
public object ptr__pad2;
public ColorManagedViewSettings(int flag, char[] _pad, char[] look, char[] view_transform, float exposure, float gamma, float temperature, float tint, CurveMapping ptr_curve_mapping, object ptr__pad2) {
this.flag = flag;
this._pad = _pad;
this.look = look;
this.view_transform = view_transform;
this.exposure = exposure;
this.gamma = gamma;
this.temperature = temperature;
this.tint = tint;
this.ptr_curve_mapping = ptr_curve_mapping;
this.ptr__pad2 = ptr__pad2;
}
}
}