FMX.Types3D.TLightDescription.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEnabled: Boolean; AColor: TAlphaColor; ALightType: TLightType; ASpotCutOff: Single;  ASpotExponent: Single; APosition: TPoint3D; ADirection: TPoint3D);

C++

__fastcall TLightDescription(bool AEnabled, System::Uitypes::TAlphaColor AColor, TLightType ALightType, float ASpotCutOff, float ASpotExponent, const System::Math::Vectors::TPoint3D &APosition, const System::Math::Vectors::TPoint3D &ADirection);
TLightDescription() {}

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TLightDescription

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!