Click or drag to resize

ConveyorVisualNotifyDistances Property

Property Value

Type: ListNotifyDistanceInfo
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: 11.0.0.7658
Syntax
C#
public List<NotifyDistanceInfo> NotifyDistances { get; }

Property Value

Type: ListNotifyDistanceInfo
See Also