Files
av3-animation-as-crab/Framework/Editor/V0/Extensions/VRChat/TrackingElement.cs
T
galister ea54506b53 VRC behaviors to work on both States and SSM's.
All VRC-specific behavior helpers are now extension
functions that can be called using AacAnimatorNode
2022-12-16 21:14:31 +01:00

16 lines
265 B
C#

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