Generated new code and added initial data handling
This commit is contained in:
@@ -17,6 +17,9 @@ namespace BlendFile.DNA {
|
||||
public struct ThemeStripColor {
|
||||
[DNAFieldAttribute(0, "char", "color[4]", 1)]
|
||||
public char[] color = new System.Char[4];
|
||||
public ThemeStripColor() {
|
||||
this.color = default;
|
||||
}
|
||||
public ThemeStripColor(char[] color) {
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user