Click or drag to resize

GoalOnRemoved Method

Called when the goal is removed from a mechanism.

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

Parameters

mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism that the goal was removed from.

Implements

IGoalOnRemoved(MechanismAspect)
See Also