class QCoreSettings#

The QCoreSettings class holds settings related to core data handling process. More

Inheritance diagram of PySide6.Qt3DCore.Qt3DCore.QCoreSettings

摘要#

属性#

方法#

#

信号#

注意

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

详细描述#

QCoreSettings组件应设置为场景根实体的一个组件(尽管它可以在场景图中任何位置)。应有一个实例。

它可以用来控制Qt 3D的一些行为。

注意

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

属性 boundingVolumesEnabledᅟ: bool#

它表示是否启用边界体积处理。默认情况下为true。禁用此设置可以减少每帧执行的计算量。如果您正在使用选择或视锥剔除,应保持此设置启用(即使使用QBoundingVolume显式提供边界体积大小)。

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

parentQNode

构造一个新的带有parentQCoreSettings

boundingVolumesEnabled()#
返回类型:

bool

另请参阅

setBoundingVolumesEnabled

属性 boundingVolumesEnabledᅟ 的获取器。

boundingVolumesEnabledChanged(boundingVolumesEnabled)#
参数:

boundingVolumesEnabled – bool

属性 boundingVolumesEnabledᅟ 的通知信号。

setBoundingVolumesEnabled(boundingVolumesEnabled)#
参数:

boundingVolumesEnabled – bool

另请参阅

boundingVolumesEnabled

属性 boundingVolumesEnabled 的设置器。