Added Generation Output
This commit is contained in:
14
BlendFile/DNA/LightLinking.cs
Normal file
14
BlendFile/DNA/LightLinking.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public class LightLinking {
|
||||
public Collection ptr_receiver_collection;
|
||||
public Collection ptr_blocker_collection;
|
||||
public LightLinkingRuntime runtime;
|
||||
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;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user