Handle
Extends:
Direct Subclass:
Indirect Subclass:
Constructor Summary
| Public Constructor | ||
| public |
constructor(geometry: *, material: *) |
|
Member Summary
| Public Members | ||
| public |
draggedState: * |
|
| public |
text: * |
|
Method Summary
| Public Methods | ||
| public |
[Object3.Events.Interaction.Clicked](hitObject: *) |
|
| public |
[Object3.Events.Interaction.Dragged](hitObject: *) |
|
| public |
[Object3.Events.Interaction.Dropped](hitObject: *) |
|
| public |
[Object3.Events.Interaction.Hovered](hitObject: *) |
|
| public |
[Object3.Events.Interaction.Missed](hitObject: *) |
|
| public |
[Object3.Events.Interaction.Picked](hitObject: *) |
|
| public |
[Object3.Events.Interaction.Unhovered](hitObject: *) |
|
| public |
|
|
| public |
onDrag(state: *, position: *) |
|
| public |
onDrop(state: *) |
|
| public |
onScale(scale: *) |
|
| public |
updateFromState(state: *) |
|
Public Constructors
public constructor(geometry: *, material: *) source
Params:
| Name | Type | Attribute | Description |
| geometry | * | ||
| material | * |
Public Methods
public [Object3.Events.Interaction.Clicked](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Interaction.Dragged](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Interaction.Dropped](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Interaction.Hovered](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Interaction.Missed](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Interaction.Picked](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Interaction.Unhovered](hitObject: *) source
Params:
| Name | Type | Attribute | Description |
| hitObject | * |
public [Object3.Events.Lifecycle.Rendered]() source
public onDrag(state: *, position: *) source
Params:
| Name | Type | Attribute | Description |
| state | * | ||
| position | * |
public onDrop(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |
public onScale(scale: *) source
Params:
| Name | Type | Attribute | Description |
| scale | * |
public updateFromState(state: *) source
Params:
| Name | Type | Attribute | Description |
| state | * |