Click or drag to resize

PhysicsEngineAddSensorDelegate Method

Subscribes to be notified of blocked and cleared events.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void AddSensorDelegate(
	SensorDelegate callback,
	Visual visual
)

Parameters

callback
Type: Demo3D.VisualsSensorDelegate
The callback delegate.
visual
Type: Demo3D.VisualsVisual
The visual that should be notified.
See Also