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

@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
public DRWShadingGroup ptr_fx_sh_b;
[DNAFieldAttribute(4, "DRWShadingGroup", "*fx_sh_c", 0)]
public DRWShadingGroup ptr_fx_sh_c;
public ShaderFxData_Runtime() {
this.loc = default;
this._pad = default;
this.ptr_fx_sh = default;
this.ptr_fx_sh_b = default;
this.ptr_fx_sh_c = default;
}
public ShaderFxData_Runtime(float[] loc, char[] _pad, DRWShadingGroup ptr_fx_sh, DRWShadingGroup ptr_fx_sh_b, DRWShadingGroup ptr_fx_sh_c) {
this.loc = loc;
this._pad = _pad;