HoloLens 2 Gait Training
The purpose of this project is to create gait training application.
Loading...
Searching...
No Matches
Enums.cs
Go to the documentation of this file.
1
5public enum AnimationName
6{
7 None,
11}
12
16public enum ColoredNoise
17{
18 None = 0,
19 Pink = 1,
20 Random = 2,
21 ISO = 3
22}
ColoredNoise
Describes the type of colored noise.
Definition: Enums.cs:17
AnimationName
Describes Animation Clip names.
Definition: Enums.cs:6