PhysicsEngineAddPostCollideDelegate Method (PostCollideDataDelegate, Visual, Object) |
Subscribes to be notified after the collision detection phase has been completed.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic void AddPostCollideDelegate(
PostCollideDataDelegate callback,
Visual visual,
Object data
)
Parameters
- callback
- Type: Demo3D.VisualsPostCollideDataDelegate
The callback delegate. - visual
- Type: Demo3D.VisualsVisual
The visual that should be notified. - data
- Type: SystemObject
The accompanying data.
See Also