ActivityPose.HitTestFilter


object ActivityPose.HitTestFilter


A filter for which Scenes to hit test with ActivityPose.hitTest

Summary

Constants

const Int

Register hit tests only for other scenes.

const Int

Register hit tests for the scene which this Activity pose belongs to.

Constants

OTHER_SCENES

Added in 1.0.0-alpha04
const val OTHER_SCENESInt

Register hit tests only for other scenes. An Application will only have access to other scenes if it has the android.permission.ACCESS_OVERLAY_SPACE permission.

SELF_SCENE

Added in 1.0.0-alpha04
const val SELF_SCENEInt

Register hit tests for the scene which this Activity pose belongs to.