Enum StepResponse.StepType
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Used to indicate whether steps are to the left, middle or right of samples.
public enum StepResponse.StepType
- Extension Methods
Fields
Left = 0Mid = 1Right = 2