FMX.Types3D.TMaterial.GetMaterialProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetMaterialProperty(const Prop: TProperty): string;

C++

__classmethod System::UnicodeString __fastcall GetMaterialProperty(const TProperty Prop);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMaterial

Description

Returns the string corresponding to the given property.

GetMaterialProperty returns the string that corresponds to the material property specified by the Prop parameter.

See Also