QTextureWrapMode¶
Defines the wrap mode a QAbstractTexture
should apply to a texture. More…
Synopsis¶
Functions¶
Slots¶
Signals¶
Detailed Description¶
- class PySide6.Qt3DRender.Qt3DRender.QTextureWrapMode([wrapMode=Qt3DRender.QTextureWrapMode.WrapMode.ClampToEdge[, parent=None]])¶
PySide6.Qt3DRender.Qt3DRender.QTextureWrapMode(x, y, z[, parent=None])
- Parameters
wrapMode –
WrapMode
z –
WrapMode
x –
WrapMode
y –
WrapMode
parent –
PySide6.QtCore.QObject
Contrusts a new QTextureWrapMode
instance with the wrap mode to apply to each dimension x
, y
z
of the texture and parent
as parent.
- PySide6.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode¶
Specifies the type of text wrapping. Possible values:
Constant
Description
Qt3DRender.QTextureWrapMode.Repeat
Qt3DRender.QTextureWrapMode.MirroredRepeat
Qt3DRender.QTextureWrapMode.ClampToEdge
Qt3DRender.QTextureWrapMode.ClampToBorder
Returns the wrap mode of the x dimension.
Returns the wrap mode of the y dimension.
Returns the wrap mode of the z dimension.
Returns the wrap mode of the x dimension.
Returns the wrap mode of the y dimension.
Returns the wrap mode of the z dimension.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.