regenerated files
This commit is contained in:
@@ -15,15 +15,15 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(171, "bConstraintChannel")]
|
||||
public class bConstraintChannel {
|
||||
[DNAFieldAttribute(0, "bConstraintChannel", "*next", "bConstraintChannel", 56)]
|
||||
[DNAFieldAttribute(0, "bConstraintChannel", "*next", "bConstraintChannel", 4, true)]
|
||||
public bConstraintChannel ptr_next;
|
||||
[DNAFieldAttribute(1, "bConstraintChannel", "*prev", "bConstraintChannel", 56)]
|
||||
[DNAFieldAttribute(1, "bConstraintChannel", "*prev", "bConstraintChannel", 4, true)]
|
||||
public bConstraintChannel ptr_prev;
|
||||
[DNAFieldAttribute(2, "Ipo", "*ipo", "Ipo", 248)]
|
||||
[DNAFieldAttribute(2, "Ipo", "*ipo", "Ipo", 4, true)]
|
||||
public Ipo ptr_ipo;
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2)]
|
||||
[DNAFieldAttribute(3, "short", "flag", "short", 2, false)]
|
||||
public short flag;
|
||||
[DNAFieldAttribute(4, "char", "name[30]", "System.Char[]", 1)]
|
||||
[DNAFieldAttribute(4, "char", "name[30]", "System.Char[]", 30, false)]
|
||||
public char[] name = new System.Char[30];
|
||||
public bConstraintChannel() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user