Generated new code and added initial data handling
This commit is contained in:
@@ -41,6 +41,21 @@ namespace BlendFile.DNA {
|
||||
public float[] max = new System.Single[3];
|
||||
[DNAFieldAttribute(12, "Object", "*ob", 1160)]
|
||||
public Object ptr_ob;
|
||||
public TexMapping() {
|
||||
this.loc = default;
|
||||
this.rot = default;
|
||||
this.size = default;
|
||||
this.flag = default;
|
||||
this.projx = default;
|
||||
this.projy = default;
|
||||
this.projz = default;
|
||||
this.mapping = default;
|
||||
this.type = default;
|
||||
this.mat = default;
|
||||
this.min = default;
|
||||
this.max = default;
|
||||
this.ptr_ob = default;
|
||||
}
|
||||
public TexMapping(float[] loc, float[] rot, float[] size, int flag, char projx, char projy, char projz, char mapping, int type, float[,] mat, float[] min, float[] max, Object ptr_ob) {
|
||||
this.loc = loc;
|
||||
this.rot = rot;
|
||||
|
||||
Reference in New Issue
Block a user