Click or drag to resize

PhysicsEngineAddPostCollideDelegate Method

Subscribes to be notified after the collision detection phase has been completed. This is mainly used by sensors.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public void AddPostCollideDelegate(
	PostCollideDelegate callback,
	Visual visual
)

Parameters

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