Guides

SDK_FallbackSystem

extends SDK_BaseSystem

Overview

The Fallback System SDK script provides a fallback collection of methods that return null or default system values.

This is the fallback class that will just return default values.

Class Methods

IsDisplayOnDesktop/0

public override bool IsDisplayOnDesktop()

  • Parameters
    • none
  • Returns
    • bool - Returns true if the display is extending the desktop

The IsDisplayOnDesktop method returns true if the display is extending the desktop.

ShouldAppRenderWithLowResources/0

public override bool ShouldAppRenderWithLowResources()

  • Parameters
    • none
  • Returns
    • bool - Returns true if the Unity app should render with low resources.

The ShouldAppRenderWithLowResources method is used to determine if the Unity app should use low resource mode. Typically true when the dashboard is showing.

ForceInterleavedReprojectionOn/1

public override void ForceInterleavedReprojectionOn(bool force)

  • Parameters
    • bool force - If true then Interleaved Reprojection will be forced on, if false it will not be forced on.
  • Returns
    • none

The ForceInterleavedReprojectionOn method determines whether Interleaved Reprojection should be forced on or off.