Get the target FPS for network operations based on presence mode
()
| 862 | |
| 863 | /** Get the target FPS for network operations based on presence mode */ |
| 864 | private getSyncFps(): number { |
| 865 | return this.presenceMode?.get() === 'solo' ? SOLO_MODE_FPS : COLLABORATIVE_MODE_FPS |
| 866 | } |
| 867 | |
| 868 | /** |
| 869 | * Applies a 'network' diff to the store this does value-based equality checking so that if the |