blinkbehaviortype - eisclimber/ExPresS-XR GitHub Wiki

BlinkBehaviorType

Enum in IKEyeBlinker

Inherits from System.Enum

Summary

Different types of eye blinking behaviors. EyeTracking requires a headset that supports and exposes the value via InputActions.

public enum BlinkBehaviorType
{
    EyeTracking,
    RandomInterval
}

Members

Name Description
EyeTracking Derive blinking from eye tracking.
RandomInterval Use random intervals for blinking.
⚠️ **GitHub.com Fallback** ⚠️