FMX.DAE.Model.TGEEffect.FMaps

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMaps: array [TGEPhongMapMode] of TGEMap;

C++

System::StaticArray<TGEMap, 9> FMaps;

Properties

Type Visibility Source Unit Parent
field public
FMX.DAE.Model.pas
FMX.DAE.Model.hpp
FMX.DAE.Model TGEEffect

Description

Represents an array that contains a TGEMap for every MapMode.

The FMaps property is an array (with a TGEMap for every MapMode) that specifies the color components for the Phong map mode (TGEPhongMapMode).

See Also