Click or drag to resize

PersistentGoalOnAdded Method

Called when the goal is added to a mechanism.

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

Parameters

mechanism
Type: Demo3D.Visuals.KJEMechanismAspect
The mechanism that the goal was added to.

Implements

IGoalOnAdded(MechanismAspect)
See Also