LevelOfDetailSwitch QML Type

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

导入语句: import Qt3D.Render 2.12
Since: Qt 5.9
实例化: QLevelOfDetailSwitch
继承:

Component3D

特性

详细描述

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 .

另请参阅 LevelOfDetail .

特性文档编制

currentIndex : int

The index of the presently selected child entity.