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