All VRC-specific behavior helpers are now extension functions that can be called using AacAnimatorNode
16 lines
265 B
C#
16 lines
265 B
C#
namespace AnimatorAsCode.V0.Extensions.VRChat
|
|
{
|
|
public enum TrackingElement
|
|
{
|
|
Head,
|
|
LeftHand,
|
|
RightHand,
|
|
Hip,
|
|
LeftFoot,
|
|
RightFoot,
|
|
LeftFingers,
|
|
RightFingers,
|
|
Eyes,
|
|
Mouth
|
|
}
|
|
} |