Generated new code and added initial data handling
This commit is contained in:
@@ -33,6 +33,17 @@ namespace BlendFile.DNA {
|
||||
public short flag;
|
||||
[DNAFieldAttribute(8, "char", "_pad[2]", 1)]
|
||||
public char[] _pad = new System.Char[2];
|
||||
public CameraDOFSettings() {
|
||||
this.ptr_focus_object = default;
|
||||
this.focus_subtarget = default;
|
||||
this.focus_distance = default;
|
||||
this.aperture_fstop = default;
|
||||
this.aperture_rotation = default;
|
||||
this.aperture_ratio = default;
|
||||
this.aperture_blades = default;
|
||||
this.flag = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public CameraDOFSettings(Object ptr_focus_object, char[] focus_subtarget, float focus_distance, float aperture_fstop, float aperture_rotation, float aperture_ratio, int aperture_blades, short flag, char[] _pad) {
|
||||
this.ptr_focus_object = ptr_focus_object;
|
||||
this.focus_subtarget = focus_subtarget;
|
||||
|
||||
Reference in New Issue
Block a user