Click or drag to resize

InteractionListener Delegate

Delegate for subscribers to an event that is triggered on attempting to interact with a kinematic link.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public delegate void InteractionListener(
	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