Generated new code and added initial data handling
This commit is contained in:
@@ -23,6 +23,12 @@ namespace BlendFile.DNA {
|
||||
public char g;
|
||||
[DNAFieldAttribute(3, "char", "b", 1)]
|
||||
public char b;
|
||||
public MCol() {
|
||||
this.a = default;
|
||||
this.r = default;
|
||||
this.g = default;
|
||||
this.b = default;
|
||||
}
|
||||
public MCol(char a, char r, char g, char b) {
|
||||
this.a = a;
|
||||
this.r = r;
|
||||
|
||||
Reference in New Issue
Block a user