Click or drag to resize

PhysicsEngineAddPostCollideDelegate(PostCollideDataDelegate, Visual, Object) Method

Subscribes to be notified after the collision detection phase has been completed.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void AddPostCollideDelegate(
	PostCollideDataDelegate callback,
	Visual visual,
	Object data
)

Parameters

callback  PostCollideDataDelegate
The callback delegate.
visual  Visual
The visual that should be notified.
data  Object
The accompanying data.
See Also