Click or drag to resize

PhysicsEngineDetectLoad Method

Records a load as having been detected by a sensor.

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

Parameters

load
Type: Demo3D.VisualsVisual
The load that was detected.
sensor
Type: Demo3D.VisualsVisual
The sensor that detected the load.
See Also