Regenerated all the files
This commit is contained in:
@@ -11,11 +11,16 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class LightProbeVisibilityData {
|
||||
[DNAFieldAttribute(0, "float", "*L0", 4)]
|
||||
public float ptr_L0;
|
||||
[DNAFieldAttribute(1, "float", "*L1_a", 4)]
|
||||
public float ptr_L1_a;
|
||||
[DNAFieldAttribute(2, "float", "*L1_b", 4)]
|
||||
public float ptr_L1_b;
|
||||
[DNAFieldAttribute(3, "float", "*L1_c", 4)]
|
||||
public float ptr_L1_c;
|
||||
public LightProbeVisibilityData(float ptr_L0, float ptr_L1_a, float ptr_L1_b, float ptr_L1_c) {
|
||||
this.ptr_L0 = ptr_L0;
|
||||
|
||||
Reference in New Issue
Block a user