Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeTwoFloats {
|
||||
[DNAFieldAttribute(0, "float", "x", 4)]
|
||||
public float x;
|
||||
[DNAFieldAttribute(1, "float", "y", 4)]
|
||||
public float y;
|
||||
public NodeTwoFloats(float x, float y) {
|
||||
this.x = x;
|
||||
|
||||
Reference in New Issue
Block a user