import {FirstPersonControls} from 'blueprint3d-js/scripts/three/first-person-controls.js'FirstPersonControls
FirstPersonControls class
Constructor Summary
| Public Constructor | ||
| public |
constructor(object: object, domElement: object) Constructor |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
domElement: * |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
object: * |
|
| public |
|
|
| public |
target: * |
|
| public |
|
|
| public |
verticalMax: * |
|
| public |
|
|
| public |
|
|
| public |
|
|
| Private Members | ||
| private |
_contextMenu: * |
|
| private |
_onKeyDown: * |
|
| private |
_onKeyUp: * |
|
| private |
_onMouseDown: * |
|
| private |
_onMouseMove: * |
|
| private |
_onMouseUp: * |
|
Method Summary
| Public Methods | ||
| public |
BindEvents function |
|
| public |
contextMenu(event: object) ContextMenu function |
|
| public |
dispose() Dispose function |
|
| public |
HandleResize function |
|
| public |
OnKeyDown function |
|
| public |
OnKeyUp function |
|
| public |
onMouseDown(event: object) OnMouseDown function |
|
| public |
onMouseMove(event: object) OnMouseMove function |
|
| public |
OnMouseUp function |
|
| public |
Update function |
|
Public Constructors
Public Members
public domElement: * source
public object: * source
public target: * source
public verticalMax: * source
Private Members
private _contextMenu: * source
private _onKeyDown: * source
private _onKeyUp: * source
private _onMouseDown: * source
private _onMouseMove: * source
private _onMouseUp: * source
Public Methods
public contextMenu(event: object) source
ContextMenu function
Params:
| Name | Type | Attribute | Description |
| event | object | Event |
public onKeyDown(event: object) source
OnKeyDown function
Params:
| Name | Type | Attribute | Description |
| event | object | Event |
public onKeyUp(event: object) source
OnKeyUp function
Params:
| Name | Type | Attribute | Description |
| event | object | Event |
public onMouseDown(event: object) source
OnMouseDown function
Params:
| Name | Type | Attribute | Description |
| event | object | Event |
public onMouseMove(event: object) source
OnMouseMove function
Params:
| Name | Type | Attribute | Description |
| event | object | Event |