FMX.Types3D.TProjection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProjection = (Camera, Screen);

C++

enum class DECLSPEC_DENUM TProjection : unsigned char { Camera, Screen };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Enumeration of projection modes.

The following table lists the meanings of the elements in TProjection:

Value Meaning

Camera

Camera projection

psScreen

Screen projection

See Also