Interface HandTracker

    • Method Detail

      • setHand

        void setHand​(@Nullable
                     Hand hand)
        Sets hand to hand tracker.
        Parameters:
        hand - (hand): hand asset
      • getHand

        @Nullable
        Hand getHand()
        Returns:
        hand (hand): hand asset
      • getType

        @NonNull
        HandTrackerType getType()
        Returns:
        tracker type. Can be hand_skelet or ring
      • asComponent

        @Nullable
        Component asComponent()
        Returns:
        upcast to base type
      • create

        @Nullable
        static HandTracker create()
        Fabric method for hand creating.
        Returns:
        created (hand_tracker).