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-alpha08
const val OTHER_SCENESInt

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-alpha08
const val SELF_SCENEInt

Register hit tests for the scene which this ScenePose belongs.