InteractionInfoUpdate Method |
Updates the interaction information.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void Update(
PickInfo pickInfo,
DragInfo dragInfo,
bool locked
)
Parameters
- pickInfo PickInfo
- The information for the pick that started the interaction.
- dragInfo DragInfo
- The information for the drag that forms the interaction.
- locked Boolean
- Whether the interaction is a locked interaction.
See Also