Enum CaptureTriggerMode
Capture trigger modes for sensors.
Namespace: UnityEngine.Perception.GroundTruth.DataModel
Assembly: Unity.Perception.Runtime.dll
Syntax
public enum CaptureTriggerMode
Fields
Name | Description |
---|---|
Manual | Captures should be triggered manually through calling the manual capture method of the sensor using this trigger mode. |
Scheduled | Captures happen automatically based on a start frame and frame delta time. |