StartInteractionListener Delegate |
Delegate for subscribers to an event that is triggered on attempting to start interacting
with a kinematic link.
Namespace:
Demo3D.Visuals.KJE
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic delegate void StartInteractionListener(
MechanismAspect aspect,
Visual visual,
bool interactable
)
Parameters
- aspect
- Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect. - visual
- Type: Demo3D.VisualsVisual
The visual that the user attemted to interact with. - interactable
- Type: SystemBoolean
Whether the visual is interactable.
See Also