Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

HolographicSettings.ActivateLatentFramePresentation

public static void ActivateLatentFramePresentation(bool activated);

Parameters

activated True to enable or false to disable Low Latent Frame Presentation.

Description

Option to allow developers to achieve higher framerate at the cost of high latency. By default this option is off.

This is an advanced option which should only be used by applications which cannot achieve 60 frames per second and are willing to accept higher latency to do so. Objects which intersect with the Focus Point should still remain stable, however the further objects are placed from this point the more swimmy they may be. This function may be called just once or multiple times if developers wish to toggle this behavior around particular content in the application.