Regenerated all the files
This commit is contained in:
@@ -11,10 +11,14 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct NodeHueSat {
|
||||
[DNAFieldAttribute(0, "float", "hue", 4)]
|
||||
public float hue;
|
||||
[DNAFieldAttribute(1, "float", "sat", 4)]
|
||||
public float sat;
|
||||
[DNAFieldAttribute(2, "float", "val", 4)]
|
||||
public float val;
|
||||
public NodeHueSat(float hue, float sat, float val) {
|
||||
this.hue = hue;
|
||||
|
||||
Reference in New Issue
Block a user