A base QML type that other types inherit. It cannot be directly created. 更多...
import 语句: | 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 > |
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.