interface PointerAbsentEvent {
    rayBySceneContext: Map<ThreeSceneContext, Ray>;
}

Properties

rayBySceneContext: Map<ThreeSceneContext, Ray>