Preparing search index...
The search index is not available
Documentation
Documentation
core
ClickIntersection
Interface ClickIntersection
interface
ClickIntersection
{
intersections
:
{
distance
:
number
;
object
:
string
;
point
:
Vector3Tuple
;
uv
?:
Vector2Tuple
;
}
[]
;
ray
:
{
direction
:
Vector3Tuple
;
origin
:
Vector3Tuple
;
}
;
}
Index
Properties
intersections
ray
Properties
intersections
intersections
:
{
distance
:
number
;
object
:
string
;
point
:
Vector3Tuple
;
uv
?:
Vector2Tuple
;
}
[]
Type declaration
distance
:
number
object
:
string
point
:
Vector3Tuple
Optional
uv
?:
Vector2Tuple
ray
ray
:
{
direction
:
Vector3Tuple
;
origin
:
Vector3Tuple
;
}
Type declaration
direction
:
Vector3Tuple
origin
:
Vector3Tuple
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
intersections
ray
Documentation
core - v0.0.0
editor
studio - v0.0.1
viewer - v0.0.0
Generated using
TypeDoc