FMX.Types3D.TLightType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TLightType = (Directional, Point, Spot);

C++

enum class DECLSPEC_DENUM TLightType : unsigned char { Directional, Point, Spot, ltDirectional _DEPRECATED_ATTRIBUTE3("Use TLightType.Directional")  = 0x0, ltPoint _DEPRECATED_ATTRIBUTE3("Use TLightType.Point")  = 0x1, ltSpot _DEPRECATED_ATTRIBUTE3("Use TLightType.Spot")  = 0x2 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Beschreibung

Aufzählung mit Beleuchtungsmodi.

In der folgenden Tabelle ist die Bedeutung der Elemente von TLightType aufgeführt:

Wert Bedeutung

Directional

Gibt einen direktionalen Beleuchtungsmodus an.

Point

Gibt einen Punkt-Beleuchtungsmodus an.

Spot

Gibt einen Scheinwerfer-Beleuchtungsmodus an.

Siehe auch