Regenerated all the files

This commit is contained in:
Samuele Lorefice
2025-01-22 20:24:55 +01:00
parent 162f888600
commit bf1eb8201c
939 changed files with 10620 additions and 0 deletions

View File

@@ -11,10 +11,14 @@ using System;
namespace BlendFile.DNA {
using BlendFile;
public class LightLinking {
[DNAFieldAttribute(0, "Collection", "*receiver_collection", 376)]
public Collection ptr_receiver_collection;
[DNAFieldAttribute(1, "Collection", "*blocker_collection", 376)]
public Collection ptr_blocker_collection;
[DNAFieldAttribute(2, "LightLinkingRuntime", "runtime", 24)]
public LightLinkingRuntime runtime;
public LightLinking(Collection ptr_receiver_collection, Collection ptr_blocker_collection, LightLinkingRuntime runtime) {
this.ptr_receiver_collection = ptr_receiver_collection;