summaryrefslogtreecommitdiffstats
path: root/src/doc/src/levelofdetailloader.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/levelofdetailloader.qdoc')
-rw-r--r--src/doc/src/levelofdetailloader.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/levelofdetailloader.qdoc b/src/doc/src/levelofdetailloader.qdoc
index 65fda072a..6294e4735 100644
--- a/src/doc/src/levelofdetailloader.qdoc
+++ b/src/doc/src/levelofdetailloader.qdoc
@@ -40,12 +40,12 @@
/*!
\qmltype LevelOfDetailLoader
\inqmlmodule Qt3D.Render
+ \inherits Entity
\since 5.9
\brief An entity loader that changes depending on distance to camera or screen size
A LevelOfDetailLoader will load the entity matching the \l LevelOfDetail::currentIndex.
The source is selected from the \l sources property.
- The range is specified using the \l {minimum} and the \l{maximum} values.
\sa LevelOfDetail
*/