Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public int numbinds;
|
||||
[DNAFieldAttribute(2, "int", "vertex_idx", 4)]
|
||||
public int vertex_idx;
|
||||
public SDefVert() {
|
||||
this.ptr_binds = default;
|
||||
this.numbinds = default;
|
||||
this.vertex_idx = default;
|
||||
}
|
||||
public SDefVert(SDefBind ptr_binds, int numbinds, int vertex_idx) {
|
||||
this.ptr_binds = ptr_binds;
|
||||
this.numbinds = numbinds;
|
||||
|
||||
Reference in New Issue
Block a user