Regenerated code files
This commit is contained in:
@@ -19,7 +19,7 @@ namespace BlendFile.DNA {
|
||||
public NodeTexBase @base;
|
||||
[DNAFieldAttribute(4, "int", 1, "sky_model", "int", false, 960)]
|
||||
public int sky_model;
|
||||
[DNAFieldAttribute(12, "float", 2, "sun_direction[3]", "System.Single[]", false, 964)]
|
||||
[DNAArrayAttribute(12, "float", 2, "sun_direction[3]", "System.Single[]", 3, 964)]
|
||||
public float[] sun_direction = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", 3, "turbidity", "float", false, 976)]
|
||||
public float turbidity;
|
||||
@@ -43,7 +43,7 @@ namespace BlendFile.DNA {
|
||||
public float ozone_density;
|
||||
[DNAFieldAttribute(1, "char", 13, "sun_disc", "char", false, 1016)]
|
||||
public char sun_disc;
|
||||
[DNAFieldAttribute(7, "char", 14, "_pad[7]", "System.Char[]", false, 1017)]
|
||||
[DNAArrayAttribute(7, "char", 14, "_pad[7]", "System.Char[]", 7, 1017)]
|
||||
public char[] _pad = new System.Char[7];
|
||||
public NodeTexSky() {
|
||||
this.@base = default;
|
||||
|
||||
Reference in New Issue
Block a user