Handle
Extends:
Direct Subclass:
Indirect Subclass:
Constructor Summary
| Public Constructor | ||
| public |
constructor(geometry: *, material: *) |
|
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(info: *, position: *) |
|
| public |
onDrop(info: *) |
|
| public |
onScale(scale: *) |
|
| public |
updateFromState(info: *) |
|
Public Constructors
public constructor(geometry: *, material: *) source
Params:
| Name | Type | Attribute | Description |
| geometry | * | ||
| material | * |
Public Members
public colors: * source
public info: * source
public text: * source
public visible: * source
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(info: *, position: *) source
Params:
| Name | Type | Attribute | Description |
| info | * | ||
| position | * |
public onDrop(info: *) source
Params:
| Name | Type | Attribute | Description |
| info | * |
public onScale(scale: *) source
Params:
| Name | Type | Attribute | Description |
| scale | * |
public updateFromState(info: *) source
Params:
| Name | Type | Attribute | Description |
| info | * |