PhysicsEngineAddPostCollideDelegate(PostCollideDelegate, Visual) Method |
Subscribes to be notified after the collision detection phase has been completed.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void AddPostCollideDelegate(
PostCollideDelegate callback,
Visual visual
)
Parameters
- callback PostCollideDelegate
- The callback delegate.
- visual Visual
- The visual that should be notified.
See Also