FMX.Controls3D.TLight.SpotCutOff

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SpotCutOff: Single read FSpotCutOff write SetSpotCutOff;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TLight

Description

Represents the spot cutoff angle (in degrees) of this TLight.

The default value of SpotCutOff is 180 for an Point light type, and 60 for an Spot light type.

See Also