Enum SimulatedHandExpression.SequenceType
The sequence type of the capture sequence. A single-frame sequence type denotes a hand expression with a singular frame while a multi-frame type is a hand expression spanning multiple frames.
Namespace: UnityEngine.XR.Interaction.Toolkit.Inputs.Simulation
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum SimulatedHandExpression.SequenceType
Fields
| Name | Description |
|---|---|
| MultiFrame | A hand expression represented by a capture sequence spanning multiple frames. |
| SingleFrame | A hand expression represented by a singular capture sequence frame. |