class QPlaneMesh

平面网格。 更多

Inheritance diagram of PySide6.Qt3DExtras.Qt3DExtras.QPlaneMesh

概要#

属性#

方法#

#

信号#

注意

这份文档可能包含从 C++ 自动翻译而来的代码片段。我们随时欢迎对片段翻译的贡献。如果您发现翻译问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建工单来告诉我们。

详细信息#

注意

在使用 from __feature__ import true_property 时,属性可以直接使用,否则通过访问函数来使用。

属性heightᅟ: float#

保存平面高度。

访问函数
属性 meshResolution: QSize#

保留平面分辨率。此属性的宽度和高度值指定了相应维度中生成的网格顶点的数量。

访问函数
属性 mirrored: bool#

控制平面的UV坐标是否应该垂直翻转。

访问函数
属性 width: float#

保留平面的宽度。

访问函数
__init__([parent=None])#
参数:

parentQNode

使用parent构建一个新的QPlaneMesh

height()#
返回类型:

float

另请参阅

setHeight()

获取属性 height 的值。

heightChanged(height)#
参数:

height – float

属性 height 的通知信号。

meshResolution()#
返回类型:

QSize

另请参阅

setMeshResolution()

获取属性 meshResolution 的值。

meshResolutionChanged(meshResolution)#
参数:

meshResolutionQSize

属性 meshResolution 的通知信号。

mirrored()#
返回类型:

bool

另请参阅

setMirrored()

属性 mirrored 的获取器。

mirroredChanged(mirrored)#
参数:

mirrored – bool

属性 mirrored 的通知信号。

setHeight(height)#
参数:

height – float

另请参阅

height()

属性 height 的设置器。

setMeshResolution(resolution)#
参数:

resolutionQSize

另请参阅

meshResolution()

属性 meshResolution 的设置器。

setMirrored(mirrored)#
参数:

mirrored – bool

另请参阅

mirrored()

属性 mirrored 的设置器。

setWidth(width)#
参数:

width – float

另请参阅

width()

属性 width 的设置器。

width()#
返回类型:

float

另请参阅

setWidth()

属性 width 的获取器。

widthChanged(width)#
参数:

width – float

属性 width 的通知信号。