ScenePose.HitTestFilter
object ScenePose.HitTestFilter
A filter for which Scenes to hit test with ScenePose.hitTest.
Summary
Constants |
|
|---|---|
const Int |
Register hit tests only for other scenes. |
const Int |
Register hit tests for the scene which this ScenePose belongs. |
Constants
OTHER_SCENES
Added in 1.0.0-alpha10
const val OTHER_SCENES: Int
Register hit tests only for other scenes. A process will only have access to other scenes if it has the com.android.extensions.xr.ACCESS_XR_OVERLAY_SPACE permission.
SELF_SCENE
Added in 1.0.0-alpha10
const val SELF_SCENE: Int
Register hit tests for the scene which this ScenePose belongs.