Enum CaptureTriggerMode
Capture trigger modes for sensors.
Namespace: UnityEngine.Perception.GroundTruth.DataModel
Syntax
public enum CaptureTriggerMode : int
Fields
Name | Description | Value |
---|---|---|
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. |