Click or drag to resize

ConveyorVisualNotifyDistances Property

The list of distances at which to fire the OnNotifyDistance event. Once the distance is reached the event is fired at that distance is removed from the list.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public List<NotifyDistanceInfo> NotifyDistances { get; }

Property Value

Type: ListNotifyDistanceInfo
See Also