Class: QgsNullMaterialSettings¶
Null shading material used for rendering models and scenes with native textures.
Warning
This is not considered stable API, and may change in future QGIS releases. It is exposed to the Python bindings as a tech preview only.
Added in version 3.16.2.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Abstract base class for material settings. |
Static Methods
Returns a new instance of QgsNullMaterialSettings. |
|
Returns |
- class qgis.core.QgsNullMaterialSettings[source]¶
Bases:
QgsAbstractMaterialSettings- static create() QgsAbstractMaterialSettings | None[source]¶
Returns a new instance of QgsNullMaterialSettings.
- Return type:
- static supportsTechnique(technique: Qgis.MaterialRenderingTechnique) bool[source]¶
Returns
Trueif the specifiedtechniqueis supported by the material.- Parameters:
technique (Qgis.MaterialRenderingTechnique)
- Return type:
bool