PySide6.Qt3DRender.Qt3DRender.QRenderState¶
- class QRenderState¶
所有渲染状态的抽象基类。更多…
继承者:
QStencilTest,QStencilOperation,QStencilMask,QSeamlessCubemap,QScissorTest,QRasterMode,QPolygonOffset,QPointSize,QNoDepthMask,QMultiSampleAntiAliasing,QLineWidth,QFrontFace,QDithering,QDepthTest,QDepthRange,QCullFace,QColorMask,QClipPlane,QBlendEquationArguments,QBlendEquation,QAlphaTest,QAlphaCoverage注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。
详细描述¶
一个
QRenderState类是所有渲染状态的抽象基类。不能直接实例化QRenderState,但可以通过其子类进行实例化。