Regenerated codefiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user