For the complete documentation index, see llms.txt. This page is also available as Markdown.

Usage Overview

Create Feature -> Prepare with input source and options -> Process -> Close

  1. Import VoxelBusters.EasyMLKit and VoxelBusters.CoreLibrary namespaces

  2. Create feature instance

  3. Create one of the Input Sources

  4. Pass Input Source to the Prepare along with options

  5. Call Process for getting the result callback

  6. Close once processing is done

Last updated