Click or drag to resize

ProcessContactResult Enumeration

The result of an OnProcessContact notification for low level handling of physics contact events.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public enum ProcessContactResult
Members
Member nameValueDescription
ContactProcessed0 
CreateContact1 
ConfigureContact2 
See Also