Field triggerSequence
This buffer describe when the photosensor will launch a firing sequence. Sorted in chronological order.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public ExchangeBuffer<float> triggerSequence
Returns
Type | Description |
---|---|
ExchangeBuffer<float> |
Remarks
Times are in seconds. A time of 0 correspond to the moment of the previous Unity Update. A time of deltaTime correspond to the moment of the current Unity Update. Can contain negative times.