regenerated files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(668, "NodeSunBeams")]
|
||||
public struct NodeSunBeams {
|
||||
[DNAFieldAttribute(0, "float", "source[2]", 4)]
|
||||
[DNAFieldAttribute(0, "float", "source[2]", "System.Single[]", 4)]
|
||||
public float[] source = new System.Single[2];
|
||||
[DNAFieldAttribute(1, "float", "ray_length", 4)]
|
||||
[DNAFieldAttribute(1, "float", "ray_length", "float", 4)]
|
||||
public float ray_length;
|
||||
public NodeSunBeams() {
|
||||
this.source = default;
|
||||
|
||||
Reference in New Issue
Block a user