regenerated files
This commit is contained in:
@@ -15,7 +15,7 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(434, "MPropCol")]
|
||||
public struct MPropCol {
|
||||
[DNAFieldAttribute(0, "float", "color[4]", 4)]
|
||||
[DNAFieldAttribute(0, "float", "color[4]", "System.Single[]", 4)]
|
||||
public float[] color = new System.Single[4];
|
||||
public MPropCol() {
|
||||
this.color = default;
|
||||
|
||||
Reference in New Issue
Block a user