Click or drag to resize

StraightConveyorOnLiftMoved Property

Occurs when a lift conveyor reaches LiftMinHeight or LiftMaxHeight. If set, this overrides OnLiftUp and OnLiftDown which won't then be called even if they are set to a script function.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public VisualScriptReference OnLiftMoved { get; }

Property Value

VisualScriptReference
See Also