Files
av3-animation-as-crab/Framework/Editor/V1/Extensions/VRChat/TrackingElement.cs
T
Haï~ 3bfcb763a1 (MIGRATION START) Move all of V0 to V1:
- This commit marks the start of breaking changes
2023-10-02 04:47:33 +02:00

16 lines
265 B
C#

namespace AnimatorAsCode.V0.Extensions.VRChat
{
public enum TrackingElement
{
Head,
LeftHand,
RightHand,
Hip,
LeftFoot,
RightFoot,
LeftFingers,
RightFingers,
Eyes,
Mouth
}
}