FMX.DAE.Model.TGEMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TGEMap = record
    Image: TGEImage;
    Color: TAlphaColorF;
  end;

C++

struct DECLSPEC_DRECORD TGEMap
{
public:
    Fmx::Import::TGEImage* Image;
    System::Uitypes::TAlphaColorF Color;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model FMX.DAE.Model

Description

Represents a record used by TGEEffect to determine the effect applied over materials used to fill a digital asset exchange (DAE) model.

A TGEMap contains a TGEImage object and a tagVECTOR3D object.

See Also