A base QML type that other types inherit. It cannot be directly created. 更多...
import 语句: | import Qt3D.Core 2.15 |
Since: | Qt 5.5 |
继承者: |
13 typesAbstractSkeleton , AbstractTextureImage , Component3D , Effect , Entity , FilterKey , FrameGraphNode , 几何体 , Joint , KeyboardDevice , RenderPass , RenderState ,和 RenderTargetOutput |
[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 }
By default, there are no override values set.
This property was introduced in Qt 2.9.