Version: 2020.3
언어: 한국어

XRDisplaySubsystem.TryGetDisplayRefreshRate

매뉴얼로 전환
public bool TryGetDisplayRefreshRate (out float displayRefreshRate);

파라미터

hmdRefreshRate Outputs the display refresh rate in Hz.

반환

bool Returns true if the display refresh rate is available. Returns false if that rate is unavailable.

설명

Retrieves the refresh rate of the display as reported by the XR Plugin.

The XR plugin uses the display refresh rate as the target frame rate. This can be useful information for synchronizing fixed updates.

Statistics are only available for SDKs that support this method, and they can vary based on hardware, the SDK, and the frame. You should always check the return value of this method before you use the statistic value from the out parameter.