ConveyorVisualNotifyDistances Property |
Property Value
Type:
ListNotifyDistanceInfoThe 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
Syntaxpublic List<NotifyDistanceInfo> NotifyDistances { get; }Property Value
Type:
ListNotifyDistanceInfo
See Also