Files
BlenderSharp/BlendFile/DNA/NodeShaderHairPrincipled.cs
2025-01-22 02:23:29 +01:00

15 lines
480 B
C#

// Automatically generated by BlenderSharp at 22/01/2025 02:21:57
namespace BlendFile.DNA {
public struct NodeShaderHairPrincipled {
public short model;
public short parametrization;
public char[] _pad = new System.Char[4];
public NodeShaderHairPrincipled(short model, short parametrization, char[] _pad) {
this.model = model;
this.parametrization = parametrization;
this._pad = _pad;
}
}
}