Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,20 +14,20 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(353, "LightProbeCache", 160)]
public struct LightProbeCache {
[DNAFieldAttribute(0, "float", "position[3]", "System.Single[]", 12, false, 0)]
public class LightProbeCache {
[DNAFieldAttribute(12, "float", 0, "position[3]", "System.Single[]", false, 0)]
public float[] position = new System.Single[3];
[DNAFieldAttribute(1, "float", "parallax_type", "float", 4, false, 12)]
[DNAFieldAttribute(4, "float", 1, "parallax_type", "float", false, 12)]
public float parallax_type;
[DNAFieldAttribute(2, "float", "attenuation_fac", "float", 4, false, 16)]
[DNAFieldAttribute(4, "float", 2, "attenuation_fac", "float", false, 16)]
public float attenuation_fac;
[DNAFieldAttribute(3, "float", "attenuation_type", "float", 4, false, 20)]
[DNAFieldAttribute(4, "float", 3, "attenuation_type", "float", false, 20)]
public float attenuation_type;
[DNAFieldAttribute(4, "float", "_pad3[2]", "System.Single[]", 8, false, 24)]
[DNAFieldAttribute(8, "float", 4, "_pad3[2]", "System.Single[]", false, 24)]
public float[] _pad3 = new System.Single[2];
[DNAFieldAttribute(5, "float", "attenuationmat[4][4]", "System.Single[,]", 64, false, 32)]
[DNAFieldAttribute(64, "float", 5, "attenuationmat[4][4]", "System.Single[,]", false, 32)]
public float[,] attenuationmat = new System.Single[4,4];
[DNAFieldAttribute(6, "float", "parallaxmat[4][4]", "System.Single[,]", 64, false, 96)]
[DNAFieldAttribute(64, "float", 6, "parallaxmat[4][4]", "System.Single[,]", false, 96)]
public float[,] parallaxmat = new System.Single[4,4];
public LightProbeCache() {
this.position = default;