Click or drag to resize

PhysicsEngineUndetectLoad Method

Unrecords a load as having been detected by a sensor.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void UndetectLoad(
	Visual load,
	Visual sensor
)

Parameters

load  Visual
The load that was detected.
sensor  Visual
The sensor that detected the load.
See Also