Back to Filament

PickingQueryResult

docs/android/dokka/filament-android/com.google.android.filament/-view/-picking-query-result/index.md

1.75.01.2 KB
Original Source

//filament-android/com.google.android.filament/View/PickingQueryResult

PickingQueryResult

[main]
open class PickingQueryResult

A class containing the result of a picking query

Constructors

PickingQueryResult[main]
constructor()

Properties

NameSummary
depth[main]
open var depth: Float
The value of the depth buffer at the picking query location
fragCoords[main]
open var fragCoords: Array<Float>
The fragment coordinate in GL convention at the picking query location
renderable[main]
open var renderable: Int
The entity of the renderable at the picking query location