Interface Hand

All Known Implementing Classes:
Hand.CppProxy

public interface Hand
  • Method Details

    • getName

      @NonNull String getName()
      Returns:
      hand name (string)
    • setMesh

      void setMesh(@Nullable Mesh mesh)
      sets hand mesh.
      Parameters:
      mesh - (mesh): hand mesh
    • getMesh

      @Nullable Mesh getMesh()
      Returns:
      hand mesh (mesh)
    • getGesture

      @NonNull GestureType getGesture()