Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct CBData {
|
||||
[DNAFieldAttribute(0, "float", "r", 4)]
|
||||
public float r;
|
||||
[DNAFieldAttribute(1, "float", "g", 4)]
|
||||
public float g;
|
||||
[DNAFieldAttribute(2, "float", "b", 4)]
|
||||
public float b;
|
||||
[DNAFieldAttribute(3, "float", "a", 4)]
|
||||
public float a;
|
||||
[DNAFieldAttribute(4, "float", "pos", 4)]
|
||||
public float pos;
|
||||
[DNAFieldAttribute(5, "int", "cur", 4)]
|
||||
public int cur;
|
||||
public CBData(float r, float g, float b, float a, float pos, int cur) {
|
||||
this.r = r;
|
||||
|
||||
Reference in New Issue
Block a user