HoloLens 2 Gait Training
The purpose of this project is to create gait training application.
Loading...
Searching...
No Matches
Enums.cs File Reference

Go to the source code of this file.

Enumerations

enum  AnimationName { None , Joel_PGN , Joel_Iso , Joel_WGN }
 Describes Animation Clip names. More...
 
enum  ColoredNoise { None = 0 , Pink = 1 , Random = 2 , ISO = 3 }
 Describes the type of colored noise. More...
 

Enumeration Type Documentation

◆ AnimationName

Describes Animation Clip names.

Enumerator
None 
Joel_PGN 
Joel_Iso 
Joel_WGN 

Definition at line 5 of file Enums.cs.

◆ ColoredNoise

Describes the type of colored noise.

Enumerator
None 
Pink 
Random 
ISO 

Definition at line 16 of file Enums.cs.