Added Generation Output
This commit is contained in:
16
BlendFile/DNA/FlipShaderFxData.cs
Normal file
16
BlendFile/DNA/FlipShaderFxData.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct FlipShaderFxData {
|
||||
public ShaderFxData shaderfx;
|
||||
public int flag;
|
||||
public int flipmode;
|
||||
public ShaderFxData_Runtime runtime;
|
||||
public FlipShaderFxData(ShaderFxData shaderfx, int flag, int flipmode, ShaderFxData_Runtime runtime) {
|
||||
this.shaderfx = shaderfx;
|
||||
this.flag = flag;
|
||||
this.flipmode = flipmode;
|
||||
this.runtime = runtime;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user