Kuesa::Qt3D::Placeholder¶
Module: Kuesa Qt 3D API
Specifies a placeholder which can be used to anchor QtQuick elements. More...
#include <placeholder.h>
Inherits from Qt3DCore::QEntity
Public Functions¶
Name | |
---|---|
Placeholder(Qt3DCore::QNode * parent =nullptr) |
Detailed Description¶
1 |
|
Specifies a placeholder which can be used to anchor QtQuick elements.
See: {Kuesa::Qt3D::PlaceholderTracker}
Since: Kuesa 2.0
The Placeholder class allows to specify a placeholder to position QtQuick elements.
It is meant to be used only from a glTF 2.0 file exported with KDAB_placeholder extension. In other words, you are not supposed to instantiate this object on your own but rather rely on retrieving it from the
Public Functions Documentation¶
function Placeholder¶
1 2 3 |
|
Updated on 2023-07-03 at 11:02:09 +0000