C# Класс Axiom.Graphics.RenderTarget.FrameStatistics

Holds all the current statistics for a RenderTarget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AverageFPS float
BatchCount float
BestFPS float
BestFrameTime float
LastFPS float
TriangleCount float
WorstFPS float
WorstFrameTime float

Описание свойств

AverageFPS публичное свойство

The average number of Frames per second since Root.StartRendering was called.
public float AverageFPS
Результат float

BatchCount публичное свойство

The number of batches procecssed in the last call to Update()
public float BatchCount
Результат float

BestFPS публичное свойство

The highest number of Frames per second since Root.StartRendering was called.
public float BestFPS
Результат float

BestFrameTime публичное свойство

The best frame time recorded since Root.StartRendering was called.
public float BestFrameTime
Результат float

LastFPS публичное свойство

The number of Frames per second.
public float LastFPS
Результат float

TriangleCount публичное свойство

The number of triangles processed in the last call to Update()
public float TriangleCount
Результат float

WorstFPS публичное свойство

The lowest number of Frames per second since Root.StartRendering was called.
public float WorstFPS
Результат float

WorstFrameTime публичное свойство

The worst frame time recorded since Root.StartRendering was called.
public float WorstFrameTime
Результат float