Generated new code and added initial data handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user