Regenerated code files
This commit is contained in:
@@ -19,11 +19,11 @@ namespace BlendFile.DNA {
|
||||
public int flag;
|
||||
[DNAFieldAttribute(4, "float", 1, "smooth", "float", false, 4)]
|
||||
public float smooth;
|
||||
[DNAFieldAttribute(16, "float", 2, "col[4]", "System.Single[]", false, 8)]
|
||||
[DNAArrayAttribute(16, "float", 2, "col[4]", "System.Single[]", 4, 8)]
|
||||
public float[] col = new System.Single[4];
|
||||
[DNAFieldAttribute(16, "float", 3, "spec[4]", "System.Single[]", false, 24)]
|
||||
[DNAArrayAttribute(16, "float", 3, "spec[4]", "System.Single[]", 4, 24)]
|
||||
public float[] spec = new System.Single[4];
|
||||
[DNAFieldAttribute(16, "float", 4, "vec[4]", "System.Single[]", false, 40)]
|
||||
[DNAArrayAttribute(16, "float", 4, "vec[4]", "System.Single[]", 4, 40)]
|
||||
public float[] vec = new System.Single[4];
|
||||
public SolidLight() {
|
||||
this.flag = default;
|
||||
|
||||
Reference in New Issue
Block a user