示例#1
0
 public static void SetDivergenceRecoverySpeed(this IDetectGazeDivergence obj, float rateAtWhichGazeVelocityReturnsToStableThreshold)
 {
     setDivergenceRecoverySpeed(rateAtWhichGazeVelocityReturnsToStableThreshold);
 }
示例#2
0
 public static bool IsAboveDivergenceThreshold(this IDetectGazeDivergence obj, Transform transformToTest, float divergenceThreshold, bool disregardTemporalStability = true)
 {
     return(isAboveDivergenceThreshold(transformToTest, divergenceThreshold, disregardTemporalStability));
 }