Node QML Type
A base QML type that other types inherit. It cannot be directly created. More...
| Import Statement: | import Qt3D.Core 2.12 | 
| Since: | Qt 5.5 | 
| Inherited By: |   AbstractSkeleton, AbstractTextureImage, Component3D, Effect, Entity, FilterKey, FrameGraphNode, Geometry, Joint, KeyboardDevice, RenderPass, RenderState, and RenderTargetOutput  | 
Properties
- childNodes : list<Node>
 - data : list<QtQml::QtObject>
 - propertyTrackingOverrides : QJSValue
 
Detailed Description
Property Documentation
[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 property was introduced in Qt 2.9.
    © The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
    https://doc.qt.io/qt-5.12/qml-qt3d-core-node.html