Regenerated codefiles
This commit is contained in:
@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(594, "bNodeSocketValueCollection", 8)]
|
||||
public class bNodeSocketValueCollection {
|
||||
[DNAFieldAttribute(0, "Collection", "*value", "Collection", 8, true, 0)]
|
||||
public Collection ptr_value;
|
||||
[DNAFieldAttribute(8, "Collection", 0, "*value", "Collection", true, 0)]
|
||||
public Collection value;
|
||||
public bNodeSocketValueCollection() {
|
||||
this.ptr_value = default;
|
||||
this.value = default;
|
||||
}
|
||||
public bNodeSocketValueCollection(Collection ptr_value) {
|
||||
this.ptr_value = ptr_value;
|
||||
public bNodeSocketValueCollection(Collection value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user