17 lines
291 B
C#
17 lines
291 B
C#
// ReSharper disable once CheckNamespace
|
|
namespace AnimatorAsCode.V1VRC
|
|
{
|
|
public enum TrackingElement
|
|
{
|
|
Head,
|
|
LeftHand,
|
|
RightHand,
|
|
Hip,
|
|
LeftFoot,
|
|
RightFoot,
|
|
LeftFingers,
|
|
RightFingers,
|
|
Eyes,
|
|
Mouth
|
|
}
|
|
} |