Generated new code and added initial data handling
This commit is contained in:
@@ -25,6 +25,13 @@ namespace BlendFile.DNA {
|
||||
public float end_frame;
|
||||
[DNAFieldAttribute(4, "int", "flag", 4)]
|
||||
public int flag;
|
||||
public FMod_Stepped() {
|
||||
this.step_size = default;
|
||||
this.offset = default;
|
||||
this.start_frame = default;
|
||||
this.end_frame = default;
|
||||
this.flag = default;
|
||||
}
|
||||
public FMod_Stepped(float step_size, float offset, float start_frame, float end_frame, int flag) {
|
||||
this.step_size = step_size;
|
||||
this.offset = offset;
|
||||
|
||||
Reference in New Issue
Block a user