Field _triggerSequence
This buffer describe when the photosensor will launch a firing sequence. Sorted in chronological order.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
protected List<float> _triggerSequence
Returns
Type | Description |
---|---|
List<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. Must be ordered.