xr-frame / Exports / IShapeTouchEvent
# Interface: IShapeTouchEvent
touch-shape
和untouch-shape
事件的回调参数。
# Hierarchy
IShapeTouchEvent
# Table of contents
# Properties
# Properties
# camera
• camera: Camera
渲染*被选中的轮廓*的相机。
# dir
• dir: [number
, number
, number
]
从camera投射出的射线的单位向量。
# force
• force: number
unimplemented
# origin
• origin: [number
, number
, number
]
camera在三维场景中的位置。
# shape
• shape: Shape
<any
>
被选中的轮廓。
# target
• target: Element
*被选中的轮廓*所在的元素。
# x
• x: number
点击位置在二维canvas中的x坐标。
# y
• y: number
点击位置在二维canvas中的y坐标。