Generated new code and added initial data handling
This commit is contained in:
@@ -31,6 +31,16 @@ namespace BlendFile.DNA {
|
||||
public int options;
|
||||
[DNAFieldAttribute(7, "int", "queue_size", 4)]
|
||||
public int queue_size;
|
||||
public BoidRuleFollowLeader() {
|
||||
this.rule = default;
|
||||
this.ptr_ob = default;
|
||||
this.loc = default;
|
||||
this.oloc = default;
|
||||
this.cfra = default;
|
||||
this.distance = default;
|
||||
this.options = default;
|
||||
this.queue_size = default;
|
||||
}
|
||||
public BoidRuleFollowLeader(BoidRule rule, Object ptr_ob, float[] loc, float[] oloc, float cfra, float distance, int options, int queue_size) {
|
||||
this.rule = rule;
|
||||
this.ptr_ob = ptr_ob;
|
||||
|
||||
Reference in New Issue
Block a user