Class Trigger
Defined in File CoreMotionApi.h
Class Documentation
-
class Trigger
This class describes a basic trigger condition used for trigger motion.
Public Functions
-
Trigger()
-
Trigger(int triggerAxis, TriggerType::T triggerType, double triggerValue)
Public Members
-
int triggerAxis
The axis to reference when checking for the trigger condition.
-
TriggerType::T triggerType
The trigger type that determines the trigger condition.
-
double triggerValue
An additional value that defines the trigger condition. The meaning of this value depends on the triggerType.
-
Trigger()