FMX.Types3D.TLightDescription

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TLightDescription = record

C++

struct DECLSPEC_DRECORD TLightDescription
{
public:
    bool Enabled;
    System::Uitypes::TAlphaColor Color;
    TLightType LightType;
    float SpotCutOff;
    float SpotExponent;
    System::Math::Vectors::TPoint3D Position;
    System::Math::Vectors::TPoint3D Direction;
    __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() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !