regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(680, "NodeInputVector")]
|
||||
[DNAClassAttribute(680, "NodeInputVector", 12)]
|
||||
public struct NodeInputVector {
|
||||
[DNAFieldAttribute(0, "float", "vector[3]", "System.Single[]", 12, false)]
|
||||
public float[] vector = new System.Single[3];
|
||||
|
||||
Reference in New Issue
Block a user