Node QML Type

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

Import Statement: import Qt3D.Core 2.0
Since: Qt 5.5
Inherited By:

AbstractTextureImage, Component3D, Effect, Entity, FilterKey, FrameGraphNode, Geometry, KeyboardDevice, RenderPass, RenderState, and RenderTargetOutput

Properties

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 QML property was introduced in Qt 2.9.


© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.