Table of Contents

Class FDebugFrameRateGraph

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FDebugFrameRateGraph : FContainer
Inheritance
FDebugFrameRateGraph
Inherited Members

Constructors

FDebugFrameRateGraph()

public FDebugFrameRateGraph()

Fields

BASE_TEX_HEIGHT

public const int BASE_TEX_HEIGHT = 32

Field Value

int

BASE_TEX_WIDTH

public const int BASE_TEX_WIDTH = 128

Field Value

int

IDEAL_FRAME_TIME

public const float IDEAL_FRAME_TIME = 0.016666668

Field Value

float

MAX_FRAME_TIME

public const float MAX_FRAME_TIME = 0.050000004

Field Value

float

_blank

public Color _blank

Field Value

Color

_doubleTargetRow

public int _doubleTargetRow

Field Value

int

_graphSprite

public FSprite _graphSprite

Field Value

FSprite

_graphTex

public Texture2D _graphTex

Field Value

Texture2D

_newFramePixels

public Color[] _newFramePixels

Field Value

Color[]

_numPixels

public int _numPixels

Field Value

int

_targetRow

public int _targetRow

Field Value

int

_texHeight

public int _texHeight

Field Value

int

_texWidth

public int _texWidth

Field Value

int

_useSmoothDeltaTime

public bool _useSmoothDeltaTime

Field Value

bool

Methods

HandleUpdate()

public void HandleUpdate()