HandManager
Loads hands to a 2D Canvas or 3D space.
public class HandManager : MonoBehaviourConstructors
Name
Description
Properties
Name
Type
Description
Methods
Name
Return Type
Description
Example
//Detect hands.
List<Hand> hands = handTracker.Load(image);
// Create a handManager.
HandManager handManager= new HandManager();
// Load hands to a 2D Canvas or 3D space.
handManager.Load(hands);Last updated