LevelOfDetailSwitch QML Type

Provides a way of enabling child entities based on distance or screen size. More...

Instantiates: QLevelOfDetailSwitch

Properties

Detailed Description

\inheritsComponent3D \inqmlmodule Qt3D.Render \since 5.9

This component is assigned to an entity. When the entity changes distance relative to the camera, the LevelOfDetailSwitch will disable all the child entities except the one matching index currentIndex.

See also LevelOfDetail.

Property Documentation

currentIndex : int

The index of the presently selected child entity.