SoShaderStateMatrixParameter.matrixType Property |
Specifies the type of the state matrix.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFEnum<SoShaderStateMatrixParameter. MatrixTypes> matrixType { get; }
Public ReadOnly Property matrixType As SoSFEnum(Of SoShaderStateMatrixParameter.MatrixTypes)
Get
public:
property SoSFEnum<SoShaderStateMatrixParameter. MatrixTypes>^ matrixType {
SoSFEnum<SoShaderStateMatrixParameter. MatrixTypes>^ get ();
}
member matrixType : SoSFEnum<SoShaderStateMatrixParameter. MatrixTypes> with get
Property Value
Type:
SoSFEnum<SoShaderStateMatrixParameter.MatrixTypes>
Remarks
See Also