PickLineEvent QML Type

PickLineEvent holds information when a segment of a line is picked. 更多...

import 語句: import Qt3D.Render 2.10
在 C++: QPickLineEvent
狀態: 棄用

特性

詳細描述

另請參閱 ObjectPicker .

特性文檔編製

triangleIndex : uint

Specifies the triangle index of the event

vertex1Index : uint [read-only]

Specifies the index of the first point of the picked edge

vertex2Index : uint [read-only]

Specifies the index of the second point of the picked edge