FMX.Types3D.TProjection
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 projection |
|
|
Screen projection |