FMX.Materials.TTextureMaterial

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Materials.TCustomMaterialFMX.Types3D.TMaterialSystem.TObjectTTextureMaterial

Delphi

TTextureMaterial = class(TCustomMaterial)

C++

class PASCALIMPLEMENTATION TTextureMaterial : public TCustomMaterial

Properties

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

Description

Describes a material with a texture.

The material's texture is specified through the Texture property. A TTextureMaterial is not influenced by rays of light.

To link this material to a 3D object, use a TTextureMaterialSource.

See Also