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