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