Regenerated all the files
This commit is contained in:
@@ -11,15 +11,24 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class BoidRuleFollowLeader {
|
||||
[DNAFieldAttribute(0, "BoidRule", "rule", 56)]
|
||||
public BoidRule rule;
|
||||
[DNAFieldAttribute(1, "Object", "*ob", 1160)]
|
||||
public Object ptr_ob;
|
||||
[DNAFieldAttribute(2, "float", "loc[3]", 4)]
|
||||
public float[] loc = new System.Single[3];
|
||||
[DNAFieldAttribute(3, "float", "oloc[3]", 4)]
|
||||
public float[] oloc = new System.Single[3];
|
||||
[DNAFieldAttribute(4, "float", "cfra", 4)]
|
||||
public float cfra;
|
||||
[DNAFieldAttribute(5, "float", "distance", 4)]
|
||||
public float distance;
|
||||
[DNAFieldAttribute(6, "int", "options", 4)]
|
||||
public int options;
|
||||
[DNAFieldAttribute(7, "int", "queue_size", 4)]
|
||||
public int queue_size;
|
||||
public BoidRuleFollowLeader(BoidRule rule, Object ptr_ob, float[] loc, float[] oloc, float cfra, float distance, int options, int queue_size) {
|
||||
this.rule = rule;
|
||||
|
||||
Reference in New Issue
Block a user