Interface HandTracker

All Known Implementing Classes:
HandTracker.CppProxy

public interface HandTracker
  • Method Details

    • 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
    • setType

      void setType(@NonNull HandTrackerType type)
    • asComponent

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

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