Skip to content

syncGameboardPlacementObjects

syncGameboardPlacementObjects(placements, options): Promise<GameboardPlacementObjectSyncResult>

Defined in: src/three/three.ts:303

Reconciles a Three.js object cache with the current placement list.

Existing records are updated in place, changed asset URLs are reloaded, stale records are removed by default, and load failures are returned unless throwOnError is set.

readonly GameboardPlacementSpec[]

GameboardPlacementObjectSyncOptions

Promise<GameboardPlacementObjectSyncResult>