Blockbench Reference Docs
Preparing search index...
custom/preview
RaycastResult
Type Alias RaycastResult
type
RaycastResult
=
{
cube
?:
Cube
;
element
?:
OutlinerElement
;
event
:
Event
;
face
?:
string
;
intersects
?:
any
[]
;
keyframe
?:
_Keyframe
;
type
:
"element"
|
"keyframe"
|
"vertex"
|
"cube"
|
"line"
;
vertex
?:
any
;
}
Index
Properties
cube?
element?
event
face?
intersects?
keyframe?
type
vertex?
Properties
Optional
cube
cube
?:
Cube
Optional
element
element
?:
OutlinerElement
event
event
:
Event
Optional
face
face
?:
string
Optional
intersects
intersects
?:
any
[]
Optional
keyframe
keyframe
?:
_Keyframe
type
type
:
"element"
|
"keyframe"
|
"vertex"
|
"cube"
|
"line"
Optional
vertex
vertex
?:
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cube
element
event
face
intersects
keyframe
type
vertex
Blockbench Reference Docs
Loading...