FMX.Controls3D.TLight.SetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHeight(const Value: Single); override;

C++

virtual void __fastcall SetHeight(const float Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TLight

Description

Protected setter implementation for the Height property.

SetHeight sets the height of this TLight according to its projection. If Projection is Camera, the height is set to 1, else if Projection is Screen, the height is set to 25.

See Also