Type alias HelperEventMap
HelperEventMap: {
move: ((position) => void);
moveByMouseDisable: (() => void);
moveByMouseEnable: (() => void);
moveEnd: (() => void);
moveStart: (() => void);
rotate: ((quaternion) => void);
rotateEnd: (() => void);
rotateStart: (() => void);
scale: ((scale) => void);
scaleEnd: (() => void);
scaleStart: (() => void);
wantToMove: ((position) => void);
wantToRotate: ((quaternion) => void);
wantToScale: ((scale) => void);
}
Type declaration
-
move: ((position) => void)
-
- (position): void
-
Returns void
-
moveByMouseDisable: (() => void)
-
moveByMouseEnable: (() => void)
-
moveEnd: (() => void)
-
moveStart: (() => void)
-
rotate: ((quaternion) => void)
-
- (quaternion): void
-
Parameters
-
quaternion: THREE.Quaternion
Returns void
-
rotateEnd: (() => void)
-
rotateStart: (() => void)
-
scale: ((scale) => void)
-
- (scale): void
-
Returns void
-
scaleEnd: (() => void)
-
scaleStart: (() => void)
-
wantToMove: ((position) => void)
-
- (position): void
-
Returns void
-
wantToRotate: ((quaternion) => void)
-
- (quaternion): void
-
Parameters
-
quaternion: THREE.Quaternion
Returns void
-
wantToScale: ((scale) => void)
-
- (scale): void
-
Returns void