FMX.Import.TGEMaterial.FDiffuseMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDiffuseMap: string;

C++

System::UnicodeString FDiffuseMap;

Properties

Type Visibility Source Unit Parent
field public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEMaterial

Description

Stores the image file name that contains the diffuse map for this material.

The actual image is stored in the FDiffuseBitmap field.

See Also