Version: 2021.2
언어: 한국어

FrameTiming

struct in UnityEngine

매뉴얼로 전환

설명

Struct containing basic FrameTimings and accompanying relevant data.

변수

cpuFrameTimeThe CPU time for a given frame, in ms.
cpuTimeFrameCompleteThis is the CPU clock time at the point GPU finished rendering the frame and interrupted the CPU.
cpuTimePresentCalledThis is the CPU clock time at the point Present was called for the current frame.
gpuFrameTimeThe GPU time for a given frame, in ms.
heightScaleThis was the height scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.
syncIntervalThis was the vsync mode for the given frame and the linked frame timings.
widthScaleThis was the width scale factor of the Dynamic Resolution system(if used) for the given frame and the linked frame timings.