FMX.Types3D.TContext3D.FPS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property FPS: Double read FFPS;

C++

/* static */ __property double FPS = {read=FFPS};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Represents the frame rate of the 3D context.

The frame rate is expressed in frames per second.

See Also