Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/deps.ts>three.Intersection

A framework for Beat Saber map scripting.
Go to Latest
interface three.Intersection
Re-export
import { type three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { Intersection } = three;

Type Parameters

optional
TIntersected extends Object3D = Object3D

Properties

distance: number
optional
distanceToRay: number | undefined
point: Vector3
optional
index: number | undefined
optional
face: Face | null | undefined
optional
faceIndex: number | undefined
object: TIntersected
optional
uv: Vector2 | undefined
optional
uv2: Vector2 | undefined
optional
instanceId: number | undefined