Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,16 +14,16 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(136, "tPaletteColorHSV", 28)]
public struct tPaletteColorHSV {
[DNAFieldAttribute(0, "float", "rgb[3]", "System.Single[]", 12, false, 0)]
public class tPaletteColorHSV {
[DNAFieldAttribute(12, "float", 0, "rgb[3]", "System.Single[]", false, 0)]
public float[] rgb = new System.Single[3];
[DNAFieldAttribute(1, "float", "value", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 1, "value", "float", false, 12)]
public float value;
[DNAFieldAttribute(2, "float", "h", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 2, "h", "float", false, 16)]
public float h;
[DNAFieldAttribute(3, "float", "s", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 3, "s", "float", false, 20)]
public float s;
[DNAFieldAttribute(4, "float", "v", "float", 4, false, 24)]
[DNAFieldAttribute(4, "float", 4, "v", "float", false, 24)]
public float v;
public tPaletteColorHSV() {
this.rgb = default;