Regenerated codefiles
This commit is contained in:
@@ -15,20 +15,20 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(768, "LightLinking", 40)]
|
||||
public class LightLinking {
|
||||
[DNAFieldAttribute(0, "Collection", "*receiver_collection", "Collection", 8, true, 0)]
|
||||
public Collection ptr_receiver_collection;
|
||||
[DNAFieldAttribute(1, "Collection", "*blocker_collection", "Collection", 8, true, 8)]
|
||||
public Collection ptr_blocker_collection;
|
||||
[DNAFieldAttribute(2, "LightLinkingRuntime", "runtime", "LightLinkingRuntime", 24, false, 16)]
|
||||
[DNAFieldAttribute(8, "Collection", 0, "*receiver_collection", "Collection", true, 0)]
|
||||
public Collection receiver_collection;
|
||||
[DNAFieldAttribute(8, "Collection", 1, "*blocker_collection", "Collection", true, 8)]
|
||||
public Collection blocker_collection;
|
||||
[DNAFieldAttribute(24, "LightLinkingRuntime", 2, "runtime", "LightLinkingRuntime", false, 16)]
|
||||
public LightLinkingRuntime runtime;
|
||||
public LightLinking() {
|
||||
this.ptr_receiver_collection = default;
|
||||
this.ptr_blocker_collection = default;
|
||||
this.receiver_collection = default;
|
||||
this.blocker_collection = default;
|
||||
this.runtime = default;
|
||||
}
|
||||
public LightLinking(Collection ptr_receiver_collection, Collection ptr_blocker_collection, LightLinkingRuntime runtime) {
|
||||
this.ptr_receiver_collection = ptr_receiver_collection;
|
||||
this.ptr_blocker_collection = ptr_blocker_collection;
|
||||
public LightLinking(Collection receiver_collection, Collection blocker_collection, LightLinkingRuntime runtime) {
|
||||
this.receiver_collection = receiver_collection;
|
||||
this.blocker_collection = blocker_collection;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user