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

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static function ActivateLatentFramePresentation(activated: bool): void;
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.