InteractionInfoUpdate Method  | 
 
            Updates the interaction information.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
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