Click or drag to resize

ConveyorVisualOnProcessContact Property

Property Value

Type: OnProcessContactScriptReference
Occurs when processing volumetric physics contact points. Arguments are the sender, the load visual and the contact details (of type ContactInfo). Implementing this handler can severely impact performance.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public OnProcessContactScriptReference OnProcessContact { get; }

Property Value

Type: OnProcessContactScriptReference
See Also