blinkbehaviortype - eisclimber/ExPresS-XR GitHub Wiki
Enum in IKEyeBlinker
Inherits from System.Enum
Different types of eye blinking behaviors.
EyeTracking requires a headset that supports and exposes the value via InputActions.
public enum BlinkBehaviorType
{
EyeTracking,
RandomInterval
}| Name | Description |
|---|---|
| EyeTracking | Derive blinking from eye tracking. |
| RandomInterval | Use random intervals for blinking. |