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,10 +14,10 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(668, "NodeSunBeams", 12)]
public struct NodeSunBeams {
[DNAFieldAttribute(0, "float", "source[2]", "System.Single[]", 8, false, 0)]
public class NodeSunBeams {
[DNAFieldAttribute(8, "float", 0, "source[2]", "System.Single[]", false, 0)]
public float[] source = new System.Single[2];
[DNAFieldAttribute(1, "float", "ray_length", "float", 4, false, 8)]
[DNAFieldAttribute(4, "float", 1, "ray_length", "float", false, 8)]
public float ray_length;
public NodeSunBeams() {
this.source = default;