Preloader API
Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
await RundotGameAPI.preloader.showLoadScreen()
await loadCriticalAssets()
await RundotGameAPI.preloader.hideLoadScreen()CLI Configuration
# Disable the automatic preloader
rundot --configure uses-preloader false
# Re-enable the preloader
rundot --configure uses-preloader trueProgress Updates
Scene Transitions
API Reference
Method
Returns
Description
Best Practices
Last updated