IHandPoseComponent

Interface for detecting hand pose

Currently there are two implementations: HandPoseShape and HandPoseOrientation. If you want to make your own requirement for hand pose to be detected, just implement this interface and attach the component on the same game object as HandPose component.

Public Methods

bool Detect()

void InjectHandSkeleton(HandSkeleton)

Last updated