Click or drag to resize

ConveyorVisualOnSimulationTransfer Property

Called in linear physics when a load is able to transfer from one conveyor to another. This allows custom control over how the transfer appears and how long it takes.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public OnSimulationTransferScriptReference OnSimulationTransfer { get; }

Property Value

Type: OnSimulationTransferScriptReference
See Also