Regenerated code files

This commit is contained in:
Samuele Lorefice
2025-03-11 19:12:04 +01:00
parent 3756f864ed
commit c30467acc5
651 changed files with 2043 additions and 1940 deletions

View File

@@ -17,9 +17,9 @@ namespace BlendFile.DNA {
public class WhiteBalanceModifierData {
[DNAFieldAttribute(112, "SequenceModifierData", 0, "modifier", "SequenceModifierData", false, 0)]
public SequenceModifierData modifier;
[DNAFieldAttribute(12, "float", 1, "white_value[3]", "System.Single[]", false, 112)]
[DNAArrayAttribute(12, "float", 1, "white_value[3]", "System.Single[]", 3, 112)]
public float[] white_value = new System.Single[3];
[DNAFieldAttribute(4, "char", 2, "_pad[4]", "System.Char[]", false, 124)]
[DNAArrayAttribute(4, "char", 2, "_pad[4]", "System.Char[]", 4, 124)]
public char[] _pad = new System.Char[4];
public WhiteBalanceModifierData() {
this.modifier = default;