API:FMX.Materials.TLightMaterial

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Materials.TCustomMaterialFMX.Types3D.TMaterialSystem.TObjectTLightMaterial

Delphi

TLightMaterial = class(TCustomMaterial)

C++

class PASCALIMPLEMENTATION TLightMaterial : public TCustomMaterial

Properties

Type Visibility Source Unit Parent
class public
FMX.Materials.pas
FMX.Materials.hpp
FMX.Materials FMX.Materials

Description

Base class for materials of a 3D object's planes.

FMX.Materials.TLightMaterial inherits from FMX.Materials.TCustomMaterial. All content below this line refers to FMX.Materials.TCustomMaterial.

Base class for materials of a 3D object's planes.

TCustomMaterial extends TMaterial to define materials for 3D objects using shaders. All materials defined in the FMX.Materials unit inherit from TCustomMaterial.

See Also