Click or drag to resize

InteractableChangedListener Delegate

Delegate for subscribers to an event that is triggered after changes to the mechanism may have caused links to have changed their interactable status.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public delegate void InteractableChangedListener(
	MechanismAspect aspect
)

Parameters

aspect
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism aspect.
See Also