FMX.Controls3D.TLight.SpotCutOff

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SpotCutOff: Single read FSpotCutOff write SetSpotCutOff;

C++

__property float SpotCutOff = {read=FSpotCutOff, write=SetSpotCutOff};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TLight

Beschreibung

Gibt den Abschirmwinkel (in Grad) dieses TLight-Objekts an.

Der Vorgabewert von SpotCutOff ist für einen Point-Lichttyp 180 und für einen Spot-Lichttyp 60.

Siehe auch