QScissorTestclass discards fragments that fall outside of a certain rectangular portion of the screen. 更多 …
def
bottomChanged
(bottom)
def
heightChanged
(height)
def
leftChanged
(left)
def
widthChanged
(width)
A
QScissorTestclass enables scissor test, which discards fragments outside the rectangular area of the screen specified by the left, bottom, width and height properties.
PySide2.Qt3DRender.Qt3DRender.
QScissorTest
(
[
parent=None
]
)
¶
- param parent
QNode
The constructor creates a new
QScissorTest
instance with the specified
parent
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
bottom
(
)
¶
int
另请参阅
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
bottomChanged
(
bottom
)
¶
bottom
–
int
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
height
(
)
¶
int
另请参阅
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
heightChanged
(
height
)
¶
height
–
int
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
leftChanged
(
left
)
¶
left
–
int
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
width
(
)
¶
int
另请参阅
PySide2.Qt3DRender.Qt3DRender.QScissorTest.
widthChanged
(
width
)
¶
width
–
int