Package com.google.android.filament
Class View.PickingQueryResult
- java.lang.Object
-
- com.google.android.filament.View.PickingQueryResult
-
- Enclosing class:
- View
public static class View.PickingQueryResult extends java.lang.ObjectA class containing the result of a picking query
-
-
Field Summary
Fields Modifier and Type Field Description floatdepthThe value of the depth buffer at the picking query locationfloat[]fragCoordsThe fragment coordinate in GL convention at the picking query locationintrenderableThe entity of the renderable at the picking query location
-
Constructor Summary
Constructors Constructor Description PickingQueryResult()
-
-
-
Field Detail
-
renderable
public int renderable
The entity of the renderable at the picking query location
-
depth
public float depth
The value of the depth buffer at the picking query location
-
fragCoords
@NonNull public float[] fragCoords
The fragment coordinate in GL convention at the picking query location
-
-