Interface RecastBuilder.RecastBuilderProgressListener

Enclosing class:
RecastBuilder

public static interface RecastBuilder.RecastBuilderProgressListener
  • Method Summary

    Modifier and Type Method Description
    void onProgress​(int completed, int total)  
  • Method Details

    • onProgress

      void onProgress​(int completed, int total)