FMX.Types3D.TContext3D.Lights

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Lights: TLightDescriptionList read FLights;

C++

__property System::Generics::Collections::TList__1<TLightDescription>* Lights = {read=FLights};

Eigenschaften

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

Beschreibung

Gibt die Liste der Beleuchtungselemente für diesen Kontext an.

Siehe auch