Regenerated all the files
This commit is contained in:
@@ -11,8 +11,10 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeInputColor {
|
||||
[DNAFieldAttribute(0, "float", "color[4]", 4)]
|
||||
public float[] color = new System.Single[4];
|
||||
public NodeInputColor(float[] color) {
|
||||
this.color = color;
|
||||
|
||||
Reference in New Issue
Block a user