# encoding: utf-8
# module PyQt6.QtQuick
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtQuick.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.QtQml as __PyQt6_QtQml
import PyQt6.sip as __PyQt6_sip


from .QSGBasicGeometryNode import QSGBasicGeometryNode

class QSGGeometryNode(QSGBasicGeometryNode):
    """ QSGGeometryNode() """
    def material(self): # real signature unknown; restored from __doc__
        """ material(self) -> QSGMaterial """
        return QSGMaterial

    def opaqueMaterial(self): # real signature unknown; restored from __doc__
        """ opaqueMaterial(self) -> QSGMaterial """
        return QSGMaterial

    def setMaterial(self, material): # real signature unknown; restored from __doc__
        """ setMaterial(self, material: QSGMaterial) """
        pass

    def setOpaqueMaterial(self, material): # real signature unknown; restored from __doc__
        """ setOpaqueMaterial(self, material: QSGMaterial) """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


