Generated new code and added initial data handling
This commit is contained in:
@@ -29,6 +29,15 @@ namespace BlendFile.DNA {
|
||||
public short rotation_mode;
|
||||
[DNAFieldAttribute(6, "char", "_pad[6]", 1)]
|
||||
public char[] _pad = new System.Char[6];
|
||||
public View3DCursor() {
|
||||
this.location = default;
|
||||
this.rotation_quaternion = default;
|
||||
this.rotation_euler = default;
|
||||
this.rotation_axis = default;
|
||||
this.rotation_angle = default;
|
||||
this.rotation_mode = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public View3DCursor(float[] location, float[] rotation_quaternion, float[] rotation_euler, float[] rotation_axis, float rotation_angle, short rotation_mode, char[] _pad) {
|
||||
this.location = location;
|
||||
this.rotation_quaternion = rotation_quaternion;
|
||||
|
||||
Reference in New Issue
Block a user