Regenerated codefiles
This commit is contained in:
@@ -15,25 +15,25 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(359, "LightProbeVisibilityData", 32)]
|
||||
public class LightProbeVisibilityData {
|
||||
[DNAFieldAttribute(0, "float", "*L0", "float", 8, true, 0)]
|
||||
public float ptr_L0;
|
||||
[DNAFieldAttribute(1, "float", "*L1_a", "float", 8, true, 8)]
|
||||
public float ptr_L1_a;
|
||||
[DNAFieldAttribute(2, "float", "*L1_b", "float", 8, true, 16)]
|
||||
public float ptr_L1_b;
|
||||
[DNAFieldAttribute(3, "float", "*L1_c", "float", 8, true, 24)]
|
||||
public float ptr_L1_c;
|
||||
[DNAFieldAttribute(8, "float", 0, "*L0", "float", true, 0)]
|
||||
public float L0;
|
||||
[DNAFieldAttribute(8, "float", 1, "*L1_a", "float", true, 8)]
|
||||
public float L1_a;
|
||||
[DNAFieldAttribute(8, "float", 2, "*L1_b", "float", true, 16)]
|
||||
public float L1_b;
|
||||
[DNAFieldAttribute(8, "float", 3, "*L1_c", "float", true, 24)]
|
||||
public float L1_c;
|
||||
public LightProbeVisibilityData() {
|
||||
this.ptr_L0 = default;
|
||||
this.ptr_L1_a = default;
|
||||
this.ptr_L1_b = default;
|
||||
this.ptr_L1_c = default;
|
||||
this.L0 = default;
|
||||
this.L1_a = default;
|
||||
this.L1_b = default;
|
||||
this.L1_c = default;
|
||||
}
|
||||
public LightProbeVisibilityData(float ptr_L0, float ptr_L1_a, float ptr_L1_b, float ptr_L1_c) {
|
||||
this.ptr_L0 = ptr_L0;
|
||||
this.ptr_L1_a = ptr_L1_a;
|
||||
this.ptr_L1_b = ptr_L1_b;
|
||||
this.ptr_L1_c = ptr_L1_c;
|
||||
public LightProbeVisibilityData(float L0, float L1_a, float L1_b, float L1_c) {
|
||||
this.L0 = L0;
|
||||
this.L1_a = L1_a;
|
||||
this.L1_b = L1_b;
|
||||
this.L1_c = L1_c;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user