Node QML 类型

A base QML type that other types inherit. It cannot be directly created. 更多...

导入语句: import Qt3D.Core 2.0
Since: Qt 5.5
继承者:

AbstractTextureImage , Component3D , Effect , Entity , FilterKey , FrameGraphNode , 几何体 , KeyboardDevice , RenderPass , RenderState ,和 RenderTargetOutput

特性

详细描述

特性文档编制

[read-only] childNodes : list < Node >

[default] data : list < QtQml::QtObject >

[default] propertyTrackingOverrides : QJSValue

Assuming a Qt3DCore::Node needs to override the PropertyTrackingMode on two properties (enabled and displacement), the value should be set as shown below.

propertyTrackingOverrides:  {
    "enabled": Entity.DontTrackValues,
    "displacement": Entity.TrackFinalValues
}
					

This QML property was introduced in Qt 2.9.