Show / Hide Table of Contents

Struct FrameTiming

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct FrameTiming

Fields

| Improve this Doc View Source

cpuFrameTime

Declaration
public double cpuFrameTime
Field Value
Type Description
Double
| Improve this Doc View Source

cpuTimeFrameComplete

Declaration
public ulong cpuTimeFrameComplete
Field Value
Type Description
UInt64
| Improve this Doc View Source

cpuTimePresentCalled

Declaration
public ulong cpuTimePresentCalled
Field Value
Type Description
UInt64
| Improve this Doc View Source

gpuFrameTime

Declaration
public double gpuFrameTime
Field Value
Type Description
Double
| Improve this Doc View Source

heightScale

Declaration
public float heightScale
Field Value
Type Description
Single
| Improve this Doc View Source

syncInterval

Declaration
public uint syncInterval
Field Value
Type Description
UInt32
| Improve this Doc View Source

widthScale

Declaration
public float widthScale
Field Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX