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