17 lines
542 B
C#
17 lines
542 B
C#
// 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;
|
|
}
|
|
}
|
|
}
|