Added Generation Output
This commit is contained in:
12
BlendFile/DNA/ViewLayerEEVEE.cs
Normal file
12
BlendFile/DNA/ViewLayerEEVEE.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct ViewLayerEEVEE {
|
||||
public int render_passes;
|
||||
public int[] _pad = new System.Int32[1];
|
||||
public ViewLayerEEVEE(int render_passes, int[] _pad) {
|
||||
this.render_passes = render_passes;
|
||||
this._pad = _pad;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user