ScenePose.HitTestFilter
public static class ScenePose.HitTestFilter
A filter for which Scenes to hit test with ScenePose.hitTest.
Summary
Constants |
|
|---|---|
static final int |
Register hit tests only for other scenes. |
static final int |
Register hit tests for the scene which this ScenePose belongs. |
Public fields |
|
|---|---|
static @NonNull ScenePose.HitTestFilter |
Constants
OTHER_SCENES
Added in 1.0.0-beta01
public static final int OTHER_SCENES
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-beta01
public static final int SELF_SCENE
Register hit tests for the scene which this ScenePose belongs.