GestureShape Enum
Namespace: Stride.InputAssembly: Stride.Input.dll
Gesture possible shapes.
public enum GestureShape
Fields
| Name | Description |
|---|---|
| Free | Represent a gesture that has a random shape. |
| Horizontal | Represent a gesture that has its shape along the horizontal axis. |
| Vertical | Represent a gesture that has its shape along the vertical axis. |