Generated new code and added initial data handling

This commit is contained in:
mm00
2025-01-27 19:24:50 +01:00
parent ebcc629feb
commit 146a3992ce
940 changed files with 11560 additions and 9 deletions

View File

@@ -39,6 +39,20 @@ namespace BlendFile.DNA {
public float blend;
[DNAFieldAttribute(11, "char", "_pad0[4]", 1)]
public char[] _pad0 = new System.Char[4];
public uiWidgetStateColors() {
this.inner_anim = default;
this.inner_anim_sel = default;
this.inner_key = default;
this.inner_key_sel = default;
this.inner_driven = default;
this.inner_driven_sel = default;
this.inner_overridden = default;
this.inner_overridden_sel = default;
this.inner_changed = default;
this.inner_changed_sel = default;
this.blend = default;
this._pad0 = default;
}
public uiWidgetStateColors(char[] inner_anim, char[] inner_anim_sel, char[] inner_key, char[] inner_key_sel, char[] inner_driven, char[] inner_driven_sel, char[] inner_overridden, char[] inner_overridden_sel, char[] inner_changed, char[] inner_changed_sel, float blend, char[] _pad0) {
this.inner_anim = inner_anim;
this.inner_anim_sel = inner_anim_sel;