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
This commit is contained in:
galister
2022-12-16 21:14:31 +01:00
parent 104e0d3ac3
commit ea54506b53
5 changed files with 336 additions and 324 deletions
@@ -0,0 +1,16 @@
namespace AnimatorAsCode.V0.Extensions.VRChat
{
public enum TrackingElement
{
Head,
LeftHand,
RightHand,
Hip,
LeftFoot,
RightFoot,
LeftFingers,
RightFingers,
Eyes,
Mouth
}
}